Searched refs:mpt_rxtstart (Results 1 – 3 of 3) sorted by relevance
82 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()
390 uint64_t mpt_rxtstart; /* time at which rxt started */ member
102 rxtstart = T->mpt_rxtstart;