Lines Matching refs:snd_cwnd
337 bictcp_update(ca, tp->snd_cwnd, acked); in cubictcp_cong_avoid()
349 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in cubictcp_recalc_ssthresh()
350 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in cubictcp_recalc_ssthresh()
353 ca->last_max_cwnd = tp->snd_cwnd; in cubictcp_recalc_ssthresh()
355 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in cubictcp_recalc_ssthresh()
416 ca->delay_min, hystart_ack_delay(sk), tp->snd_cwnd); in hystart_update()
421 tp->snd_cwnd); in hystart_update()
422 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
441 tp->snd_cwnd); in hystart_update()
442 tp->snd_ssthresh = tp->snd_cwnd; in hystart_update()
472 tp->snd_cwnd >= hystart_low_window) in cubictcp_acked()