opnsense-src/sys/netgraph/bluetooth/socket
Mark Johnston 46d8116cae Consistently use the SOLISTENING() macro
Some code was using it already, but in many places we were testing
SO_ACCEPTCONN directly.  As a small step towards fixing some bugs
involving synchronization with listen(2), make the kernel consistently
use SOLISTENING().  No functional change intended.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit f4bb1869dd)
2021-06-21 09:14:40 -04:00
..
ng_btsocket.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ng_btsocket_hci_raw.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
ng_btsocket_l2cap.c Consistently use the SOLISTENING() macro 2021-06-21 09:14:40 -04:00
ng_btsocket_l2cap_raw.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
ng_btsocket_rfcomm.c Consistently use the SOLISTENING() macro 2021-06-21 09:14:40 -04:00
ng_btsocket_sco.c Consistently use the SOLISTENING() macro 2021-06-21 09:14:40 -04:00
TODO