Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h686 #define _NGI_MSG(i) ((i)->body.msg.msg_msg) macro
742 return (&_NGI_MSG(item)); in _ngi_msg()
827 #define NGI_MSG(i) _NGI_MSG(i)
854 _NGI_MSG(i) = NULL; \
H A Dng_base.c3021 NG_FREE_MSG(_NGI_MSG(item)); in ng_free_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h688 #define _NGI_MSG(i) ((i)->body.msg.msg_msg) macro
744 return (&_NGI_MSG(item)); in _ngi_msg()
829 #define NGI_MSG(i) _NGI_MSG(i)
856 _NGI_MSG(i) = NULL; \
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c202 _NGI_MSG(item) = msg; in ng_hci_lp_acl_con_req()
569 _NGI_MSG(item) = msg; in ng_hci_lp_le_con_req()
/f-stack/lib/
H A Dff_ng_base.c3045 NG_FREE_MSG(_NGI_MSG(item)); in ng_free_item()