Searched refs:bg_ssthresh (Results 1 – 2 of 2) sorted by relevance
173 if (tp->bg_ssthresh < tp->snd_cwnd) { in update_cwnd()174 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()201 if (tp->bg_ssthresh > tp->snd_cwnd) { in update_cwnd()202 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()252 tp->bg_ssthresh = tp->snd_ssthresh; in tcp_ledbat_cwnd_init()311 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()329 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()330 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_congestion_avd()399 if (tp->bg_ssthresh < tp->snd_cwnd) { in ledbat_pp_ack_rcvd()400 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_ack_rcvd()[all …]
500 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member