Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c278 if (ip_divert_ptr == NULL) { in ipfw_check_packet()
525 ip_divert_ptr(clone, args->flags & IPFW_ARGS_IN); in ipfw_divert()
H A Dip_fw_sockopt.c1983 if (ip_divert_ptr == NULL) in check_ipfw_rule_body()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h298 extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming);
/f-stack/freebsd/netinet/
H A Dip_var.h298 extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming);
H A Dip_divert.c788 ip_divert_ptr = divert_packet; in div_modevent()
818 ip_divert_ptr = NULL; in div_modevent()
H A Draw_ip.c107 void (*ip_divert_ptr)(struct mbuf *, bool); variable
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5937 if (ip_divert_ptr != NULL && in pf_test()
6155 if (action == PF_PASS && r->divert.port && ip_divert_ptr != NULL && in pf_test()
6182 ip_divert_ptr(*m0, dir == PF_IN); in pf_test()