Searched refs:if_simloop (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dif_loop.c284 return (if_simloop(ifp, m, af, 0));
288 * if_simloop()
298 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) function
347 KASSERT(hlen >= 3, ("if_simloop: hlen too small"));
381 printf("if_simloop: can't handle af=%d\n", af);
H A Dif_arcsubr.c236 (void) if_simloop(ifp, n, dst->sa_family, ARC_HDRLEN);
238 (void) if_simloop(ifp, m, dst->sa_family, ARC_HDRLEN);
H A Dif_fddisubr.c335 (void) if_simloop(ifp, n, dst->sa_family,
339 (void) if_simloop(ifp, m, dst->sa_family,
H A Dif_iso88025subr.c419 (void) if_simloop(ifp, n, dst->sa_family,
423 (void) if_simloop(ifp, m, dst->sa_family,
H A Dif_ethersubr.c322 return (if_simloop(ifp, m, dst->sa_family, 0));
358 * Because if_simloop() modifies the packet, we need a
361 * be to modify if_simloop() to handle the readonly mbuf,
371 (void)if_simloop(ifp, n, dst->sa_family, hlen);
377 (void) if_simloop(ifp, m, dst->sa_family, hlen);
H A Dif_var.h952 int if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen);
/freebsd-10.1-release/sys/netatalk/
H A Dddp_output.c241 return (if_simloop(ifp, m, gate.sat_family, 0));
/freebsd-10.1-release/sys/netinet/
H A Dip_output.c1314 if_simloop(ifp, copym, dst->sin_family, 0);
H A Dip_mroute.c2556 * is passed to if_simloop().
2753 if_simloop(vifp, m, dst.sin_family, 0);
/freebsd-10.1-release/sys/netinet6/
H A Dip6_mroute.c1876 rc = if_simloop(mif6table[reg_mif_num].m6_ifp, m,
H A Dip6_output.c3006 (void)if_simloop(ifp, copym, dst->sin6_family, 0);

Completed in 87 milliseconds