Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_var.h195 extern int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *,
H A Draw_ip.c89 int (*ip_mforward)(struct ip *, struct ifnet *, struct mbuf *, variable
H A Dip_output.c428 if (ip_mforward) { in ip_output()
430 if (ip_mforward(ip, ifp, in ip_output()
H A Dip_input.c777 if (ip_mforward != NULL && in ip_input()
778 ip_mforward(ip, m->m_pkthdr.rcvif, m, NULL) != 0) { in ip_input()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c3260 ip_mforward = X_ip_mforward;
3279 ip_mforward = NULL;