Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_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()
H A Dnetgraph.h685 #define _NGI_M(i) ((i)->body.da_m) macro
735 return (&_NGI_M(item)); in _ngi_m()
826 #define NGI_M(i) _NGI_M(i)
848 _NGI_M(i) = NULL; \
H A Dng_base.c3017 NG_FREE_M(_NGI_M(item)); in ng_free_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.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; \
/f-stack/lib/
H A Dff_ng_base.c3041 NG_FREE_M(_NGI_M(item)); in ng_free_item()