Searched refs:ip_divert_ptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c245 if (ip_divert_ptr == NULL) {
483 ip_divert_ptr(clone, incoming);
H A Dip_fw_sockopt.c725 if (ip_divert_ptr == NULL)
/freebsd-10.3-release/sys/netinet/
H A Dip_var.h297 extern void (*ip_divert_ptr)(struct mbuf *m, int incoming);
H A Dip_divert.c779 ip_divert_ptr = divert_packet;
814 ip_divert_ptr = NULL;
H A Draw_ip.c99 void (*ip_divert_ptr)(struct mbuf *, int); variable
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf.c5790 if (ip_divert_ptr != NULL &&
5996 if (action == PF_PASS && r->divert.port && ip_divert_ptr != NULL &&
6024 ip_divert_ptr(*m0, dir == PF_IN ? DIR_IN : DIR_OUT);

Completed in 117 milliseconds