Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.c2254 uint32_t next_mode = 0; in tcp_run_timerlist() local
2257 next_mode = TCP_TIMERLIST_10MS_MODE; in tcp_run_timerlist()
2260 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()
2262 next_mode = TCP_TIMERLIST_500MS_MODE; in tcp_run_timerlist()
2265 if (next_mode != TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()
2276 if (listp->mode != next_mode && in tcp_run_timerlist()
2279 next_mode = listp->mode; in tcp_run_timerlist()
2285 listp->mode = next_mode; in tcp_run_timerlist()