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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.c300 if (mpte->mpte_active_sub == NULL) {
301 mpte->mpte_active_sub = mpts;
302 } else if (mpte->mpte_active_sub != mpts) {
303 MPTS_LOCK(mpte->mpte_active_sub);
304 mpte->mpte_active_sub->mpts_flags &= ~MPTSF_ACTIVE;
305 MPTS_UNLOCK(mpte->mpte_active_sub);
306 mpte->mpte_active_sub = mpts;
H A Dmptcp_var.h67 struct mptsub *mpte_active_sub; /* ptr to last active subf */ member in struct:mptses
H A Dmptcp_subr.c2223 mpte->mpte_active_sub = mpts_alt;

Completed in 39 milliseconds