Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_pptpgre.c778 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
781 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
788 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
791 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
803 _NGI_M(item) = NULL; in ng_pptpgre_rcvdata_lower()
806 _NGI_M(item) = m; in ng_pptpgre_rcvdata_lower()
HDnetgraph.h687 #define _NGI_M(i) ((i)->body.da_m) macro
737 return (&_NGI_M(item)); in _ngi_m()
828 #define NGI_M(i) _NGI_M(i)
850 _NGI_M(i) = NULL; \
HDng_base.c3025 NG_FREE_M(_NGI_M(item)); in ng_free_item()