Searched refs:ip6_mforward (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dip6_var.h401 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
H A Dip6_input.c944 * ip6_mforward() returns a non-zero value, the packet
948 * unnecessarily calling into ip6_mforward().
950 if (ip6_mforward &&
951 ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) {
H A Dip6_mroute.c1222 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
1915 ip6_mforward = X_ip6_mforward;
1931 ip6_mforward = NULL;
H A Draw_ip6.c151 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *); variable
H A Dip6_output.c664 * XXX: ip6_mforward expects that rcvif is NULL
669 if (ip6_mforward(ip6, ifp, m) != 0) {

Completed in 72 milliseconds