Home
last modified time | relevance | path

Searched refs:ip_divert_p (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netinet/
H A Dip_divert.h50 extern struct mbuf *(*ip_divert_p)(struct mbuf *, int, int);
H A Dip_divert.c137 ip_divert_p = ip_divert; in div_init()
H A Dip_input.c263 struct mbuf *(*ip_divert_p)(struct mbuf *, int, int); variable
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c1233 if (ip_divert_p != NULL) { in ip_fw3_check_in()
1234 m = ip_divert_p(m, tee, 1); in ip_fw3_check_in()
1306 if (ip_divert_p != NULL) { in ip_fw3_check_out()
1307 m = ip_divert_p(m, tee, 0); in ip_fw3_check_out()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c6985 if (ip_divert_p != NULL) { in ipfw_check_in()
6986 m = ip_divert_p(m, tee, 1); in ipfw_check_in()
7039 if (ip_divert_p != NULL) { in ipfw_check_out()
7040 m = ip_divert_p(m, tee, 0); in ipfw_check_out()