Home
last modified time | relevance | path

Searched refs:NG_NODE_ID (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_ksocket.c916 (stag->id == NG_NODE_ID(node) || stag->id == 0)) in ng_ksocket_rcvdata()
1139 stag->id = NG_NODE_ID(node); in ng_ksocket_incoming2()
1237 resp_data->nodeid = NG_NODE_ID(node); in ng_ksocket_accept()
H A Dng_source.c338 NG_NODE_ID(NG_PEER_NODE(sc->output)), NG_NODE_ID(sc->node)); in ng_source_connect()
H A Dnetgraph.h577 #define NG_NODE_ID(node) _ng_node_id(node, _NN_) macro
598 #define NG_NODE_ID(node) _NG_NODE_ID(node) macro
H A Dng_pppoe.c751 NG_NODE_ID(NG_PEER_NODE(privp->ethernet_hook)), in ng_pppoe_connect()
752 NG_NODE_ID(privp->node)); in ng_pppoe_connect()
H A Dng_base.c210 && (NG_NODE_ID(node) == ID)) { \
841 return (node ? NG_NODE_ID(node) : 0); in ng_node2ID()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c631 ((ng_ID_t *)(mtag + 1))[0] == NG_NODE_ID(node)) { in ng_netflow_rcvdata()
653 ((ng_ID_t *)(mtag + 1))[0] = NG_NODE_ID(node); in ng_netflow_rcvdata()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h579 #define NG_NODE_ID(node) _ng_node_id(node, _NN_) macro
600 #define NG_NODE_ID(node) _NG_NODE_ID(node) macro
/f-stack/lib/
H A Dff_ng_base.c210 && (NG_NODE_ID(node) == ID)) { \
847 return (node ? NG_NODE_ID(node) : 0); in ng_node2ID()