Home
last modified time | relevance | path

Searched refs:_NGI_MSG (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netgraph7/
H A Dnetgraph.h661 #define _NGI_MSG(i) ((i)->body.msg.msg_msg) macro
717 return (&_NGI_MSG(item)); in _ngi_msg()
803 #define NGI_MSG(i) _NGI_MSG(i)
834 _NGI_MSG(i) = NULL; \
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c188 _NGI_MSG(item) = msg; in ng_hci_lp_acl_con_req()
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c2639 NG_FREE_MSG(_NGI_MSG(item)); in ng_free_item()