Lines Matching refs:snd_cwnd
344 bictcp_update(ca, tp->snd_cwnd, acked); in bictcp_cong_avoid()
356 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in bictcp_recalc_ssthresh()
357 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh()
360 ca->last_max_cwnd = tp->snd_cwnd; in bictcp_recalc_ssthresh()
362 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
423 ca->delay_min, hystart_ack_delay(sk), tp->snd_cwnd); in hystart_update()
428 tp->snd_cwnd); in hystart_update()
429 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
448 tp->snd_cwnd); in hystart_update()
449 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
479 tp->snd_cwnd >= hystart_low_window) in bictcp_acked()