Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ipfw.c87 .findhook = ng_ipfw_findhook,
H A Dng_socket.c142 .findhook = ngs_findhook,
H A Dng_base.c1133 if (node->nd_type->findhook != NULL) in ng_findhook()
1134 return (*node->nd_type->findhook)(node, name); in ng_findhook()
H A Dnetgraph.h1086 ng_findhook_t *findhook; /* only if you have lots of hooks */ member