Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_timer.c2130 uint32_t next_timer = 0; /* offset of the next timer on the list */ in tcp_run_timerlist() local
2174 if (next_timer == 0 || offset < next_timer) { in tcp_run_timerlist()
2175 next_timer = offset; in tcp_run_timerlist()
2230 if (next_timer == 0 || offset < next_timer) { in tcp_run_timerlist()
2231 next_timer = offset; in tcp_run_timerlist()
2263 next_timer = TCP_TIMER_100MS_QUANTUM; in tcp_run_timerlist()
2270 next_timer = min(listp->pref_offset, next_timer); in tcp_run_timerlist()
2274 next_timer = max(next_timer, in tcp_run_timerlist()
2278 tcp_sched_timerlist(next_timer); in tcp_run_timerlist()