Searched refs:MPTCPF_JOIN_READY (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h182 * semantics, via the MPTCPF_JOIN_READY flag. Until that flag is set (meaning
338 #define MPTCPF_JOIN_READY 0x4 /* Ready to start 2 or more subflows */ macro
H A Dmptcp_subr.c764 * by the thread (upon progressing to MPTCPF_JOIN_READY). Note that in the
1289 if (!(mp_tp->mpt_flags & MPTCPF_JOIN_READY))
2701 mp_tp->mpt_flags &= ~MPTCPF_JOIN_READY;
2705 VERIFY(!(mp_tp->mpt_flags & MPTCPF_JOIN_READY));
2708 mp_tp->mpt_flags |= MPTCPF_JOIN_READY;

Completed in 48 milliseconds