Searched refs:next_mode (Results 1 – 1 of 1) sorted by relevance
2245 uint32_t next_mode = 0; in tcp_run_timerlist() local2248 next_mode = TCP_TIMERLIST_10MS_MODE; in tcp_run_timerlist()2251 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()2253 next_mode = TCP_TIMERLIST_500MS_MODE; in tcp_run_timerlist()2256 if (next_mode != TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()2267 if (listp->mode != next_mode && in tcp_run_timerlist()2270 next_mode = listp->mode; in tcp_run_timerlist()2276 listp->mode = next_mode; in tcp_run_timerlist()