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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d39 inline int MPTCPS_CLOSE_WAIT = 3;
40 #pragma D binding "1.0" MPTCPS_CLOSE_WAIT
89 T->mpt_state == MPTCPS_CLOSE_WAIT ? "state-close-wait" :
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.c412 mp_tp->mpt_state = MPTCPS_CLOSE_WAIT;
415 case MPTCPS_CLOSE_WAIT:
H A Dmptcp_var.h254 MPTCPS_CLOSE_WAIT = 3, /* rcvd DFIN, waiting for close */ enumerator in enum:mptcp_state
H A Dmptcp_subr.c4469 if (mp_tp->mpt_state >= MPTCPS_CLOSE_WAIT) {

Completed in 67 milliseconds