Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c74 static hook_p ng_ipfw_findhook1(node_p, u_int16_t );
209 return ng_ipfw_findhook1(node, n); in ng_ipfw_findhook()
214 ng_ipfw_findhook1(node_p node, u_int16_t rulenum) in ng_ipfw_findhook1() function
296 (hook = ng_ipfw_findhook1(fw_node, fwa->rule.info)) == NULL) in ng_ipfw_input()