Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_timer.c82 if (mp_tp->mpt_rxtstart == 0) { in mptcp_timer_demux()
85 if ((now_msecs - mp_tp->mpt_rxtstart) > (mptcp_rto * hz)) { in mptcp_timer_demux()
176 mp_tp->mpt_rxtstart = TIMEVAL_TO_HZ(now); in mptcp_start_timer()
202 mp_tp->mpt_rxtstart = 0; in mptcp_cancel_timer()
H A Dmptcp_var.h390 uint64_t mpt_rxtstart; /* time at which rxt started */ member
/xnu-11215.81.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d102 rxtstart = T->mpt_rxtstart;