Home
last modified time | relevance | path

Searched refs:bestinp (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp.c861 struct inpcb *bestinp, *secondinp; in mptcp_get_subflow() local
942 bestinp = sotoinpcb(best->mpts_socket); in mptcp_get_subflow()
960 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
972 if (!IFNET_IS_CELLULAR(bestinp->inp_last_outifp) && in mptcp_get_subflow()
1015 bestinp = secondinp; in mptcp_get_subflow()
1023 if (mptcp_subflow_cwnd_space(bestinp->inp_socket) <= 0) { in mptcp_get_subflow()