Searched refs:ng_ipfw_input_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/netgraph/
H A Dng_ipfw.c109 if (ng_ipfw_input_p != NULL) {
127 ng_ipfw_input_p = ng_ipfw_input;
133 * ng_ipfw_input_p is already cleared.
349 ng_ipfw_input_p = NULL;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c252 if (ng_ipfw_input_p == NULL) {
256 ret = ng_ipfw_input_p(m0, dir, &args,
H A Dip_fw_sockopt.c733 if (ng_ipfw_input_p == NULL)
/freebsd-9.3-release/sys/netinet/
H A Dip_var.h305 extern int (*ng_ipfw_input_p)(struct mbuf **, int,
H A Draw_ip.c100 int (*ng_ipfw_input_p)(struct mbuf **, int, variable

Completed in 182 milliseconds