Searched refs:ng_ipfw_input_p (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ipfw.c | 111 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 D | ip_fw_pfil.c | 292 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 D | ip_fw_sockopt.c | 1989 if (ng_ipfw_input_p == NULL) in check_ipfw_rule_body()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_var.h | 300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_var.h | 300 extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool);
|
| H A D | raw_ip.c | 108 int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); variable
|