Home
last modified time | relevance | path

Searched refs:NG_ALLOC_NODE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_base.c348 #define NG_ALLOC_NODE(node) do { (node) = ng_alloc_node(); } while (0) macro
369 #define NG_ALLOC_NODE(node) _NG_ALLOC_NODE(node) macro
653 NG_ALLOC_NODE(node); in ng_make_node_common()
/f-stack/lib/
H A Dff_ng_base.c352 #define NG_ALLOC_NODE(node) do { (node) = ng_alloc_node(); } while (0) macro
373 #define NG_ALLOC_NODE(node) _NG_ALLOC_NODE(node) macro
657 NG_ALLOC_NODE(node); in ng_make_node_common()