Home
last modified time | relevance | path

Searched refs:if_simloop (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/net/
H A Dif_loop.c272 return (if_simloop(ifp, m, af, 0)); in looutput()
286 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) in if_simloop() function
H A Dif_ethersubr.c360 return (if_simloop(ifp, m, dst->sa_family, 0)); in ether_output()
407 (void)if_simloop(ifp, n, dst->sa_family, hlen); in ether_output()
H A Dif_var.h659 int if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen);
/freebsd-12.1/sys/netinet/
H A Dip_output.c1463 if_simloop(ifp, copym, AF_INET, 0); in ip_mloopback()
H A Dip_mroute.c2754 if_simloop(vifp, m, dst.sin_family, 0); in pim_input()
/freebsd-12.1/sys/netinet6/
H A Dip6_mroute.c1887 rc = if_simloop(mif6table[reg_mif_num].m6_ifp, m, in pim6_input()
H A Dip6_output.c3125 if_simloop(ifp, copym, AF_INET6, 0); in ip6_mloopback()