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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d179 inline int MPTSF_DISCONNECTED = 0x00020;
180 #pragma D binding "1.0" MPTSF_DISCONNECTED
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h195 #define MPTSF_DISCONNECTED 0x20 /* has been disconnected */ macro
H A Dmptcp_subr.c1426 if (mpts->mpts_flags & (MPTSF_DISCONNECTING|MPTSF_DISCONNECTED))
2378 if ((mpts->mpts_flags & MPTSF_DISCONNECTED) ||
2613 if (mpts->mpts_flags & MPTSF_DISCONNECTED)
2624 mpts->mpts_flags |= MPTSF_DISCONNECTED;
3278 MPTSF_DISCONNECTED)) {
H A Dmptcp_usrreq.c424 if (mpts->mpts_flags & MPTSF_DISCONNECTED)

Completed in 95 milliseconds