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

/freebsd-10.2-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.
346 ng_ipfw_input_p = NULL;
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c258 if (ng_ipfw_input_p == NULL) {
262 ret = ng_ipfw_input_p(m0, dir, &args,
H A Dip_fw_sockopt.c731 if (ng_ipfw_input_p == NULL)
/freebsd-10.2-release/sys/netinet/
H A Dip_var.h299 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 110 milliseconds