Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_timer.c72 mptcp_timer_demux(struct mptses *mpte, uint64_t now_msecs) in mptcp_timer_demux() argument
85 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() local
141 now_msecs = TIMEVAL_TO_HZ(now); in mptcp_timer()
152 if (mptcp_timer_demux(mpte, now_msecs)) { in mptcp_timer()