Searched refs:nd_numhooks (Results 1 – 3 of 3) sorted by relevance
1113 node->nd_numhooks++; in ng_add_hook()1216 node->nd_numhooks--; in ng_destroy_hook()1431 node->nd_numhooks++; in ng_con_part2()2610 ni->hooks = here->nd_numhooks; in ng_generic_msg()2615 const int nhooks = here->nd_numhooks; in ng_generic_msg()2656 link->nodeinfo.hooks = NG_PEER_NODE(hook)->nd_numhooks; in ng_generic_msg()2692 np->hooks = node->nd_numhooks; in ng_generic_msg()2730 np->hooks = node->nd_numhooks; in ng_generic_msg()3283 node->nd_numhooks, node->nd_flags, in dumpnode()
831 if (node->nd_numhooks * 2 > priv->hmask) in ngs_newhook()871 if (node->nd_numhooks == 1) { in ngs_findhook()
376 int nd_numhooks; /* number of hooks */ member423 #define _NG_NODE_NUMHOOKS(node) ((node)->nd_numhooks + 0) /* rvalue */