Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pptpgre.c782 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
785 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
792 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
795 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
807 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
810 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
H A Dnetgraph.h693 #define _NGI_M(i) ((i)->body.da_m) macro
743 return (&_NGI_M(item)); in _ngi_m()
834 #define NGI_M(i) _NGI_M(i)
856 _NGI_M(i) = NULL; \
H A Dng_base.c3024 NG_FREE_M(_NGI_M(item)); in ng_free_item()