Searched refs:next_mode (Results 1 – 1 of 1) sorted by relevance
2255 uint32_t next_mode = 0; in tcp_run_timerlist() local2258 next_mode = TCP_TIMERLIST_10MS_MODE; in tcp_run_timerlist()2261 next_mode = TCP_TIMERLIST_100MS_MODE; in tcp_run_timerlist()2263 next_mode = TCP_TIMERLIST_500MS_MODE; in tcp_run_timerlist()2266 if (next_mode != TCP_TIMERLIST_500MS_MODE) { in tcp_run_timerlist()2277 if (listp->mode != next_mode && in tcp_run_timerlist()2280 next_mode = listp->mode; in tcp_run_timerlist()2286 listp->mode = next_mode; in tcp_run_timerlist()