Home
last modified time | relevance | path

Searched refs:MPTSF_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dmptcp.d172 inline int MPTSF_DISCONNECTED = 0x00020; variable
173 #pragma D binding "1.0" MPTSF_DISCONNECTED
/xnu-11215/bsd/netinet/
H A Dmptcp_var.h303 #define MPTSF_DISCONNECTED 0x00000020 /* has been disconnected */ macro
H A Dmptcp_subr.c616 if (mpts->mpts_flags & (MPTSF_DISCONNECTING | MPTSF_DISCONNECTED | MPTSF_CLOSE_REQD)) { in mptcp_subflow_disconnecting()
2792 if (mpts->mpts_flags & MPTSF_DISCONNECTED) { in mptcp_subflow_abort()
2819 if (mpts->mpts_flags & (MPTSF_DISCONNECTING | MPTSF_DISCONNECTED)) { in mptcp_subflow_disconnect()
4046 if ((mpts->mpts_flags & MPTSF_DISCONNECTED) || in mptcp_subflow_connected_ev()
4207 if (mpts->mpts_flags & MPTSF_DISCONNECTED) { in mptcp_subflow_disconnected_ev()
4211 mpts->mpts_flags |= MPTSF_DISCONNECTED; in mptcp_subflow_disconnected_ev()
4915 MPTSF_DISCONNECTED)) { in mptcp_subflow_workloop()
6728 if (mpts->mpts_flags & (MPTSF_DISCONNECTING | MPTSF_DISCONNECTED)) { in mptcp_set_cellicon()