Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ipfw.c72 static hook_p ng_ipfw_findhook1(node_p, uint32_t );
207 return ng_ipfw_findhook1(node, n); in ng_ipfw_findhook()
212 ng_ipfw_findhook1(node_p node, uint32_t cookie) in ng_ipfw_findhook1() function
294 (hook = ng_ipfw_findhook1(fw_node, fwa->rule.info & IPFW_INFO_MASK)) == NULL) in ng_ipfw_input()