Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dmptcp.d43 inline int MPTCPS_CLOSING = 5; variable
44 #pragma D binding "1.0" MPTCPS_CLOSING
87 T->mpt_state == MPTCPS_CLOSING ? "state-closing" :
/xnu-11215/bsd/netinet/
H A Dmptcp_var.h335 MPTCPS_CLOSING = 5, /* closed xchd DFIN, waiting DFIN ACK */ enumerator
H A Dmptcp.c1066 mp_tp->mpt_state = MPTCPS_CLOSING; in mptcp_close_fsm()
1070 case MPTCPS_CLOSING: in mptcp_close_fsm()