Searched refs:bg_ssthresh (Results 1 – 2 of 2) sorted by relevance
107 if (tp->bg_ssthresh < tp->snd_cwnd) { in update_cwnd()108 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()135 if (tp->bg_ssthresh > tp->snd_cwnd) { in update_cwnd()136 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()186 tp->bg_ssthresh = tp->snd_ssthresh; in tcp_ledbat_cwnd_init()247 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()264 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()265 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_congestion_avd()331 if (tp->bg_ssthresh < tp->snd_cwnd) { in ledbat_pp_ack_rcvd()332 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_ack_rcvd()[all …]
669 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member