Searched refs:ip6_mforward (Results 1 – 4 of 4) sorted by relevance
355 int ip6_mforward (struct ip6_hdr *, struct ifnet *, struct mbuf *);
655 if (ip6_mrouter && ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) { in ip6_input()
945 ip6_mforward(struct ip6_hdr *ip6, struct ifnet *ifp, struct mbuf *m) in ip6_mforward() function
503 if (ip6_mforward(ip6, ifp, m) != 0) { in ip6_output()