opnsense-src/sys/netgraph/bluetooth/socket
Mark Johnston f4bb1869dd 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.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2021-06-14 17:32:27 -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 Revert "SO_RERROR indicates that receive buffer overflows should be handled as errors." 2021-02-08 22:32:32 +00:00
ng_btsocket_l2cap.c Consistently use the SOLISTENING() macro 2021-06-14 17:32:27 -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-14 17:32:27 -04:00
ng_btsocket_sco.c Consistently use the SOLISTENING() macro 2021-06-14 17:32:27 -04:00
TODO