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()245 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()262 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()263 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_congestion_avd()329 if (tp->bg_ssthresh < tp->snd_cwnd) { in ledbat_pp_ack_rcvd()330 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_ack_rcvd()[all …]
635 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member