freebsd-dev/sys/netgraph/bluetooth/socket
Gleb Smirnoff 829fae9063 Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like
sbappendstream() does. Although, M_NOTREADY may appear only on SOCK_STREAM
sockets, due to sendfile(2) supporting only the latter, there is a corner
case of AF_UNIX/SOCK_STREAM socket, that still uses records for the sake
of control data, albeit being stream socket.

Provide private version of m_clrprotoflags(), which understands PRUS_NOTREADY,
similar to m_demote().
2016-01-08 19:03:20 +00:00
..
ng_btsocket_hci_raw.c Initial Bluetooth LE support. 2015-04-07 10:22:56 +00:00
ng_btsocket_l2cap_raw.c Initial Bluetooth LE support. 2015-04-07 10:22:56 +00:00
ng_btsocket_l2cap.c - grab ng_btsocket_l2cap_sockets_mtx lock in 2015-12-23 16:32:04 +00:00
ng_btsocket_rfcomm.c Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like 2016-01-08 19:03:20 +00:00
ng_btsocket_sco.c In preparation of merging projects/sendfile, transform bare access to 2014-11-12 09:57:15 +00:00
ng_btsocket.c
TODO