NetBSD/sys/netbt
rtr 8cf67cc6d5 split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
switches and put into separate functions

  - always KASSERT(solocked(so)) even if not implemented
    (for PRU_CONNECT2 only)

  - replace calls to pr_generic() with req = PRU_CONNECT2 with calls to
    pr_connect2()

  - replace calls to pr_generic() with req = PRU_PURGEIF with calls to
    pr_purgeif()

put common code from unp_connect2() (used by unp_connect() into
unp_connect1() and call out to it when needed

patch only briefly reviewed by rmind@
2014-08-09 05:33:00 +00:00
..
Makefile
bluetooth.h Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
bt_proto.c - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +00:00
bt_sysctl.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
files.netbt
hci.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
hci_event.c cleanup some DIAGNOSTIC and KASSERT code 2011-07-27 10:25:09 +00:00
hci_ioctl.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
hci_link.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
hci_misc.c
hci_socket.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
hci_unit.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
l2cap.h split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
l2cap_lower.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
l2cap_misc.c
l2cap_signal.c CID/90001: missing va_end() 2013-02-09 01:19:05 +00:00
l2cap_socket.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
l2cap_upper.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
rfcomm.h split PRU_RCVD function out of pr_generic() usrreq switches and put into 2014-08-08 03:05:44 +00:00
rfcomm_dlc.c * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() 2014-07-09 04:54:03 +00:00
rfcomm_session.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
rfcomm_socket.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
rfcomm_upper.c split PRU_RCVD function out of pr_generic() usrreq switches and put into 2014-08-08 03:05:44 +00:00
sco.h split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
sco_socket.c split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
sco_upper.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00