Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c89 .findhook = ng_ipfw_findhook,
H A Dng_socket.c144 .findhook = ngs_findhook,
H A Dng_base.c1129 if (node->nd_type->findhook != NULL) in ng_findhook()
1130 return (*node->nd_type->findhook)(node, name); in ng_findhook()
H A Dnetgraph.h1078 ng_findhook_t *findhook; /* only if you have lots of hooks */ member
/f-stack/lib/
H A Dff_ng_base.c1135 if (node->nd_type->findhook != NULL) in ng_findhook()
1136 return (*node->nd_type->findhook)(node, name); in ng_findhook()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1082 ng_findhook_t *findhook; /* only if you have lots of hooks */ member