Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_var.h216 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
Dip_output.c406 if (ip_mforward && in ip_output()
407 ip_mforward(ip, ifp, m, imo) != 0) { in ip_output()
Dip_input.c630 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) { in ip_input()
Draw_ip.c120 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
Dip_mroute.c2872 ip_mforward = X_ip_mforward; in ip_mroute_modevent()
2910 ip_mforward = NULL; in ip_mroute_modevent()