Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_timer.c67 #define TIMEVAL_TO_HZ(_tv_) ((_tv_).tv_sec * hz + (_tv_).tv_usec / hz) macro
141 now_msecs = TIMEVAL_TO_HZ(now); in mptcp_timer()
176 mp_tp->mpt_rxtstart = TIMEVAL_TO_HZ(now); in mptcp_start_timer()
183 mp_tp->mpt_timewait = TIMEVAL_TO_HZ(now); in mptcp_start_timer()