Searched refs:ip6_mforward (Results 1 – 5 of 5) sorted by relevance
372 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
907 if (ip6_mforward && ip6_mforward(ip6, rcvif, m)) { in ip6_input()
1930 ip6_mforward = X_ip6_mforward; in ip6_mroute_modevent()1946 ip6_mforward = NULL; in ip6_mroute_modevent()
149 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *); variable
753 if (ip6_mforward(ip6, ifp, m) != 0) { in ip6_output()