Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_var.h221 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
/f-stack/freebsd/netinet/
H A Dip_var.h221 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Dip_input.c755 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) { in ip_input()
H A Dip_output.c625 if (ip_mforward && in ip_output()
626 ip_mforward(ip, ifp, m, imo) != 0) { in ip_output()
H A Draw_ip.c127 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
H A Dip_mroute.c2903 ip_mforward = X_ip_mforward; in ip_mroute_modevent()
2941 ip_mforward = NULL; in ip_mroute_modevent()