Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h402 #define _NG_NODE_ID(node) ((node)->nd_ID + 0) macro
485 return(_NG_NODE_ID(node)); in _ng_node_id()
598 #define NG_NODE_ID(node) _NG_NODE_ID(node)
H A Dng_base.c3275 _NG_NODE_ID(node), node->nd_type->name, in dumpnode()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h404 #define _NG_NODE_ID(node) ((node)->nd_ID + 0) macro
487 return(_NG_NODE_ID(node)); in _ng_node_id()
600 #define NG_NODE_ID(node) _NG_NODE_ID(node)
/f-stack/lib/
H A Dff_ng_base.c3303 _NG_NODE_ID(node), node->nd_type->name, in dumpnode()