Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/
Dng_ipfw.c87 .findhook = ng_ipfw_findhook,
Dng_socket.c142 .findhook = ngs_findhook,
Dng_base.c1127 if (node->nd_type->findhook != NULL) in ng_findhook()
1128 return (*node->nd_type->findhook)(node, name); in ng_findhook()
Dnetgraph.h1082 ng_findhook_t *findhook; /* only if you have lots of hooks */ member
/freebsd-9-stable/sys/dev/lmc/
Dif_lmc.c5226 .findhook = NULL,