Searched refs:findhook (Results 1 – 6 of 6) sorted by relevance
89 .findhook = ng_ipfw_findhook,
144 .findhook = ngs_findhook,
1129 if (node->nd_type->findhook != NULL) in ng_findhook()1130 return (*node->nd_type->findhook)(node, name); in ng_findhook()
1078 ng_findhook_t *findhook; /* only if you have lots of hooks */ member
1135 if (node->nd_type->findhook != NULL) in ng_findhook()1136 return (*node->nd_type->findhook)(node, name); in ng_findhook()
1082 ng_findhook_t *findhook; /* only if you have lots of hooks */ member