opnsense-src/sys/netgraph/bluetooth/l2cap
Gleb Smirnoff 674d86bf91 Node constructor methods are supposed to be called in syscall
context always. Convert nodes to consistently use M_WAITOK flag
for memory allocation.

Reviewed by:	julian
2011-04-18 09:12:27 +00:00
..
ng_l2cap_cmds.c Try to silence Coverity by adding (void) in front of function call. 2007-03-28 21:25:56 +00:00
ng_l2cap_cmds.h Fix typo 2010-08-02 22:26:08 +00:00
ng_l2cap_evnt.c
ng_l2cap_evnt.h
ng_l2cap_llpi.c Properly return error code to the caller. This should fix the following 2009-01-19 22:06:35 +00:00
ng_l2cap_llpi.h
ng_l2cap_main.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_l2cap_misc.c Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
ng_l2cap_misc.h Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
ng_l2cap_prse.h
ng_l2cap_ulpi.c
ng_l2cap_ulpi.h
ng_l2cap_var.h
TODO