Home
last modified time | relevance | path

Searched refs:NG_BT_MBUFQ_DROP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h96 #define NG_BT_MBUFQ_DROP(q) (q)->drops ++ macro
181 #define NG_BT_ITEMQ_DROP(q) NG_BT_MBUFQ_DROP((q))
/freebsd/sys/dev/usb/misc/
H A Dudbp.c722 NG_BT_MBUFQ_DROP(queue_ptr); in ng_udbp_rcvdata()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c1086 NG_BT_MBUFQ_DROP(&unit->cmdq); in ng_hci_raw_rcvdata()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1986 NG_BT_MBUFQ_DROP(q); in ng_ubt_rcvdata()