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

/freebsd-9.3-release/sys/netinet6/
H A Dip6_var.h401 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
H A Dip6_input.c955 * ip6_mforward() returns a non-zero value, the packet
959 * unnecessarily calling into ip6_mforward().
961 if (ip6_mforward &&
962 ip6_mforward(ip6, m->m_pkthdr.rcvif, m)) {
H A Dip6_mroute.c1219 log(LOG_WARNING, "ip6_mforward: ip6_mrouter "
1910 ip6_mforward = X_ip6_mforward;
1926 ip6_mforward = NULL;
H A Draw_ip6.c145 int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *, struct mbuf *); variable
H A Dip6_output.c775 * XXX: ip6_mforward expects that rcvif is NULL
782 if (ip6_mforward(ip6, ifp, m) != 0) {

Completed in 53 milliseconds