Home
last modified time | relevance | path

Searched refs:_NGI_CLR_NODE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dnetgraph.h703 #define _NGI_CLR_NODE(i) do { \ macro
810 do { _ngi_check(i, _NN_); _NGI_CLR_NODE(i); } while (0)
838 #define NGI_CLR_NODE(i) _NGI_CLR_NODE(i)
H A Dng_base.c3032 _NGI_CLR_NODE(item); in ng_free_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h705 #define _NGI_CLR_NODE(i) do { \ macro
812 do { _ngi_check(i, _NN_); _NGI_CLR_NODE(i); } while (0)
840 #define NGI_CLR_NODE(i) _NGI_CLR_NODE(i)
/f-stack/lib/
H A Dff_ng_base.c3056 _NGI_CLR_NODE(item); in ng_free_item()