Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_timer.c109 if (mp_tp->mpt_timewait == 0) { in mptcp_timer_demux()
112 if ((now_msecs - mp_tp->mpt_timewait) > in mptcp_timer_demux()
183 mp_tp->mpt_timewait = TIMEVAL_TO_HZ(now); in mptcp_start_timer()
H A Dmptcp_var.h395 uint64_t mpt_timewait; /* timewait */ member
/xnu-12377.1.9/bsd/dev/dtrace/scripts/
H A Dmptcp.d105 timewait = T->mpt_timewait;