Searched refs:MPTSF_MP_READY (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d183 inline int MPTSF_MP_READY = 0x00080;
184 #pragma D binding "1.0" MPTSF_MP_READY
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h197 #define MPTSF_MP_READY 0x80 /* MPTCP has been confirmed */ macro
H A Dmptcp_subr.c2622 MPTSF_MP_CAPABLE|MPTSF_MP_READY|MPTSF_MP_DEGRADED|
2695 mpts->mpts_flags |= MPTSF_MP_READY;
2697 mpts->mpts_flags &= ~MPTSF_MP_READY;
2707 } else if (mpts->mpts_flags & MPTSF_MP_READY) {
H A Dmptcp_usrreq.c438 if (mpts->mpts_flags & MPTSF_MP_READY)

Completed in 28 milliseconds