Home | History | Annotate | Download | only in netinet6

Lines Matching refs:origifp

159 ip6_if_output(struct ifnet * const ifp, struct ifnet * const origifp,
181 error = if_output_lock(ifp, origifp, m, sin6tocsa(dst), rt);
210 struct ifnet *ifp = NULL, *origifp = NULL;
567 origifp = ia->ia_ifp;
568 if (if_is_deactivated(origifp)) {
572 if_acquire(origifp, &psref_ia);
575 origifp = ifp;
578 if (in6_setscope(&src0, origifp, &zone))
585 if (in6_setscope(&dst0, origifp, &zone))
604 in6_ifstat_inc(origifp, ifs6_out_discard);
868 error = ip6_tso_output(ifp, origifp, m, dst, rt);
870 error = ip6_if_output(ifp, origifp, m, dst, rt);
1030 error = ip6_if_output(ifp, origifp, m, dst, rt);
1048 if_put(origifp, &psref_ia);
1065 in6_ifstat_inc(origifp, ifs6_out_discard);