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

/freebsd-11.0-release/sys/netinet/
H A Dip_var.h213 (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Dip_input.c729 * ip_mforward() returns a non-zero value, the packet
732 if (ip_mforward && ip_mforward(ip, ifp, m, 0) != 0) {
H A Dip_output.c494 if (ip_mforward &&
495 ip_mforward(ip, ifp, m, imo) != 0) {
H A Draw_ip.c125 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
H A Dip_mroute.c1227 CTR3(KTR_IPMF, "ip_mforward: delete mfc orig %s group %lx ifp %p",
1290 CTR2(KTR_IPMF, "ip_mforward: no mfc for (%s,%lx)",
1365 CTR0(KTR_IPMF, "ip_mforward: socket queue full");
2882 ip_mforward = X_ip_mforward;
2920 ip_mforward = NULL;

Completed in 115 milliseconds