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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d41 inline int MPTCPS_FIN_WAIT_1 = 4;
42 #pragma D binding "1.0" MPTCPS_FIN_WAIT_1
90 T->mpt_state == MPTCPS_FIN_WAIT_1 ? "state-fin-wait-1" :
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp.c410 mp_tp->mpt_state = MPTCPS_FIN_WAIT_1;
420 case MPTCPS_FIN_WAIT_1:
475 (mp_tp->mpt_state >= MPTCPS_FIN_WAIT_1)) {
H A Dmptcp_var.h255 MPTCPS_FIN_WAIT_1 = 4, /* have closed, sent DFIN */ enumerator in enum:mptcp_state
H A Dmptcp_subr.c3005 if (mp_tp->mpt_state >= MPTCPS_FIN_WAIT_1) {

Completed in 37 milliseconds