Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c111 if (ng_ipfw_input_p != NULL) { in ng_ipfw_mod_event()
129 ng_ipfw_input_p = ng_ipfw_input; in ng_ipfw_mod_event()
345 ng_ipfw_input_p = NULL; in ng_ipfw_shutdown()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c292 if (ng_ipfw_input_p == NULL) { in ipfw_check_packet()
297 (void )ng_ipfw_input_p(m0, &args, ipfw == IP_FW_NGTEE); in ipfw_check_packet()
403 if (ng_ipfw_input_p == NULL) { in ipfw_check_frame()
416 (void )ng_ipfw_input_p(p.m, &args, ipfw == IP_FW_NGTEE); in ipfw_check_frame()
H A Dip_fw_sockopt.c1989 if (ng_ipfw_input_p == NULL) in check_ipfw_rule_body()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
/f-stack/freebsd/netinet/
H A Dip_var.h300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
H A Draw_ip.c108 int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); variable