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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d177 inline int MPTSF_DISCONNECTING = 0x00010;
178 #pragma D binding "1.0" MPTSF_DISCONNECTING
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h194 #define MPTSF_DISCONNECTING 0x10 /* disconnection was attempted */ macro
H A Dmptcp_subr.c1426 if (mpts->mpts_flags & (MPTSF_DISCONNECTING|MPTSF_DISCONNECTED))
1429 mpts->mpts_flags |= MPTSF_DISCONNECTING;
2379 (mpts->mpts_flags & MPTSF_DISCONNECTING)) {
2621 MPTSF_CONNECTED|MPTSF_DISCONNECTING|MPTSF_PREFERRED|
3277 if (mpts->mpts_flags & (MPTSF_DISCONNECTING|
H A Dmptcp_usrreq.c422 if (mpts->mpts_flags & MPTSF_DISCONNECTING)

Completed in 37 milliseconds