Searched refs:findhook (Results 1 – 4 of 4) sorted by relevance
90 .findhook = ng_ipfw_findhook,
142 .findhook = ngs_findhook,
1132 if (node->nd_type->findhook != NULL) in ng_findhook()1133 return (*node->nd_type->findhook)(node, name); in ng_findhook()
1089 ng_findhook_t *findhook; /* only if you have lots of hooks */ member