Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c1109 node->nd_numhooks++; in ng_add_hook()
1212 node->nd_numhooks--; in ng_destroy_hook()
1427 node->nd_numhooks++; in ng_con_part2()
2607 ni->hooks = here->nd_numhooks; in ng_generic_msg()
2612 const int nhooks = here->nd_numhooks; in ng_generic_msg()
2653 link->nodeinfo.hooks = NG_PEER_NODE(hook)->nd_numhooks; in ng_generic_msg()
2689 np->hooks = node->nd_numhooks; in ng_generic_msg()
2727 np->hooks = node->nd_numhooks; in ng_generic_msg()
3276 node->nd_numhooks, node->nd_flags, in dumpnode()
H A Dng_socket.c826 if (node->nd_numhooks * 2 > priv->hmask) in ngs_newhook()
866 if (node->nd_numhooks == 1) { in ngs_findhook()
H A Dnetgraph.h362 int nd_numhooks; /* number of hooks */ member
409 #define _NG_NODE_NUMHOOKS(node) ((node)->nd_numhooks + 0) /* rvalue */
/f-stack/lib/
H A Dff_ng_base.c1115 node->nd_numhooks++; in ng_add_hook()
1218 node->nd_numhooks--; in ng_destroy_hook()
1433 node->nd_numhooks++; in ng_con_part2()
2627 ni->hooks = here->nd_numhooks; in ng_generic_msg()
2632 const int nhooks = here->nd_numhooks; in ng_generic_msg()
2673 link->nodeinfo.hooks = NG_PEER_NODE(hook)->nd_numhooks; in ng_generic_msg()
2709 np->hooks = node->nd_numhooks; in ng_generic_msg()
2747 np->hooks = node->nd_numhooks; in ng_generic_msg()
3304 node->nd_numhooks, node->nd_flags, in dumpnode()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h364 int nd_numhooks; /* number of hooks */ member
411 #define _NG_NODE_NUMHOOKS(node) ((node)->nd_numhooks + 0) /* rvalue */