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

/freebsd-10.1-release/sys/netinet/
H A Dip_var.h216 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Dip_output.c406 if (ip_mforward &&
407 ip_mforward(ip, ifp, m, imo) != 0) {
H A Dip_input.c628 * ip_mforward() returns a non-zero value, the packet
631 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) {
H A Draw_ip.c120 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
H A Dip_mroute.c1226 CTR3(KTR_IPMF, "ip_mforward: delete mfc orig %s group %lx ifp %p",
1289 CTR2(KTR_IPMF, "ip_mforward: no mfc for (%s,%lx)",
1364 CTR0(KTR_IPMF, "ip_mforward: socket queue full");
2872 ip_mforward = X_ip_mforward;
2910 ip_mforward = NULL;

Completed in 72 milliseconds