Searched refs:now_msecs (Results 1 – 1 of 1) sorted by relevance
72 mptcp_timer_demux(struct mptses *mpte, uint64_t now_msecs) in mptcp_timer_demux() argument85 if ((now_msecs - mp_tp->mpt_rxtstart) > (mptcp_rto * hz)) { in mptcp_timer_demux()112 if ((now_msecs - mp_tp->mpt_timewait) > in mptcp_timer_demux()136 uint64_t now_msecs; in mptcp_timer() local141 now_msecs = TIMEVAL_TO_HZ(now); in mptcp_timer()152 if (mptcp_timer_demux(mpte, now_msecs)) { in mptcp_timer()