Searched refs:outifp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c795 struct ifnet *outifp; local
810 outifp = inp->inp_last_outifp;
821 if (outifp == NULL || (outifp->if_flags & IFF_LOOPBACK))
827 if ((outifp != NULL &&
828 outifp->if_fg_sendts > 0 &&
829 (int)(uptime - outifp->if_fg_sendts) <=
H A Dmptcp_subr.c2545 struct ifnet *outifp; local
2687 outifp = sotoinpcb(so)->inp_last_outifp; /* could be NULL */
2690 if (mpts->mpts_outif != outifp) {
2693 ((outifp != NULL) ? outifp->if_xname : "NULL"),
2695 if (outifp == NULL)
2696 outifp = mpts->mpts_outif;
2699 mpts->mpts_outif = outifp;
2705 "is %s\n", __func__, mpts->mpts_connid, ((outifp != NULL) ?
2706 outifp
[all...]
H A Dudp_usrreq.c1656 struct ifnet *outifp; local
1667 * If the destination route is unicast, update outifp with
1670 if (rt != NULL && (outifp = rt->rt_ifp) != inp->inp_last_outifp)
1671 inp->inp_last_outifp = outifp; /* no reference needed */

Completed in 125 milliseconds