Searched refs:if_simloop (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | if_loop.c | 264 return (if_simloop(ifp, m, af, 0)); in looutput() 278 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) in if_simloop() function
|
H A D | if_ethersubr.c | 359 return (if_simloop(ifp, m, RO_GET_FAMILY(ro, dst), 0)); in ether_output() 393 * Because if_simloop() modifies the packet, we need a in ether_output() 396 * be to modify if_simloop() to handle the readonly mbuf, in ether_output() 406 (void)if_simloop(ifp, n, RO_GET_FAMILY(ro, dst), hlen); in ether_output()
|
H A D | if_infiniband.c | 429 return (if_simloop(ifp, m, RO_GET_FAMILY(ro, dst), 0)); in infiniband_output()
|
H A D | if_var.h | 558 int if_simloop(if_t ifp, struct mbuf *m, int af, int hlen);
|
/freebsd/sys/netinet/ |
H A D | ip_output.c | 1579 if_simloop(ifp, copym, AF_INET, 0); in ip_mloopback()
|
H A D | ip_mroute.c | 2709 if_simloop(vifp, m, dst.sin_family, 0); in pim_input()
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.c | 1869 if_simloop(mif6table[reg_mif_num].m6_ifp, m, in pim6_input()
|
H A D | ip6_output.c | 3325 if_simloop(ifp, copym, AF_INET6, 0); in ip6_mloopback()
|