Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_var.h231 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Dip_input.c769 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) { in ip_input()
H A Dip_output.c622 if (ip_mforward && in ip_output()
623 ip_mforward(ip, ifp, m, imo) != 0) { in ip_output()
H A Draw_ip.c119 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
H A Dip_mroute.c2854 ip_mforward = X_ip_mforward; in ip_mroute_modevent()
2892 ip_mforward = NULL; in ip_mroute_modevent()