Home
last modified time | relevance | path

Searched refs:findhook (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netgraph/
Dng_ipfw.c90 .findhook = ng_ipfw_findhook,
Dng_socket.c142 .findhook = ngs_findhook,
Dng_base.c1132 if (node->nd_type->findhook != NULL) in ng_findhook()
1133 return (*node->nd_type->findhook)(node, name); in ng_findhook()
Dnetgraph.h1089 ng_findhook_t *findhook; /* only if you have lots of hooks */ member