Searched refs:slowdown_ts (Results 1 – 2 of 2) sorted by relevance
64 tp->t_rlstate.slowdown_ts = 0; in rledbat_clear_state()128 if (tp->t_rlstate.slowdown_ts == 0) { in rledbat_congestion_avd()140 tp->t_rlstate.slowdown_ts = now + slowdown_duration; in rledbat_congestion_avd()207 if (tp->t_rlstate.slowdown_ts != 0) { in rledbat_congestion_avd()209 tp->t_rlstate.slowdown_ts = now + TCP_BASE_RTT_INTERVAL; in rledbat_congestion_avd()240 if (tp->t_rlstate.slowdown_ts != 0 && in tcp_rledbat_data_rcvd()241 tcp_globals_now(globals) >= tp->t_rlstate.slowdown_ts) { in tcp_rledbat_data_rcvd()246 if (tcp_globals_now(globals) < tp->t_rlstate.slowdown_ts + (2 * srtt)) { in tcp_rledbat_data_rcvd()291 if (tp->t_rlstate.slowdown_ts != 0) { in tcp_rledbat_data_rcvd()293 tp->t_rlstate.slowdown_ts = tcp_globals_now(globals) + in tcp_rledbat_data_rcvd()[all …]
370 uint32_t slowdown_ts; member375 #define ledbat_slowdown_ts __u__._ledbat_state_.slowdown_ts383 uint32_t slowdown_ts; /* Next slowdown timestamp */ member