Searched refs:if_simloop (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_loop.c | 272 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 D | if_infiniband.c | 373 return (if_simloop(ifp, m, dst->sa_family, 0)); in infiniband_output()
|
| H A D | if_ethersubr.c | 358 return (if_simloop(ifp, m, dst->sa_family, 0)); in ether_output() 405 (void)if_simloop(ifp, n, dst->sa_family, hlen); in ether_output()
|
| H A D | if_var.h | 683 int if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen);
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_output.c | 1626 if_simloop(ifp, copym, AF_INET, 0); in ip_mloopback()
|
| H A D | ip_mroute.c | 2752 if_simloop(vifp, m, dst.sin_family, 0); in pim_input()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_mroute.c | 1872 rc = if_simloop(mif6table[reg_mif_num].m6_ifp, m, in pim6_input()
|
| H A D | ip6_output.c | 3322 if_simloop(ifp, copym, AF_INET6, 0); in ip6_mloopback()
|