Searched refs:MPTCPS_CLOSING (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d43 inline int MPTCPS_CLOSING = 5;
44 #pragma D binding "1.0" MPTCPS_CLOSING
91 T->mpt_state == MPTCPS_CLOSING ? "state-closing" :
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.c424 mp_tp->mpt_state = MPTCPS_CLOSING;
427 case MPTCPS_CLOSING:
H A Dmptcp_var.h256 MPTCPS_CLOSING = 5, /* closed xchd DFIN, waiting DFIN ACK */ enumerator in enum:mptcp_state

Completed in 14 milliseconds