Lines Matching refs:tcp_snd_cwnd
337 bictcp_update(ca, tcp_snd_cwnd(tp), acked); in cubictcp_cong_avoid()
349 if (tcp_snd_cwnd(tp) < ca->last_max_cwnd && fast_convergence) in cubictcp_recalc_ssthresh()
350 ca->last_max_cwnd = (tcp_snd_cwnd(tp) * (BICTCP_BETA_SCALE + beta)) in cubictcp_recalc_ssthresh()
353 ca->last_max_cwnd = tcp_snd_cwnd(tp); in cubictcp_recalc_ssthresh()
355 return max((tcp_snd_cwnd(tp) * beta) / BICTCP_BETA_SCALE, 2U); in cubictcp_recalc_ssthresh()
396 if (tcp_snd_cwnd(tp) < hystart_low_window) in hystart_update()
420 ca->delay_min, hystart_ack_delay(sk), tcp_snd_cwnd(tp)); in hystart_update()
425 tcp_snd_cwnd(tp)); in hystart_update()
426 tp->snd_ssthresh = tcp_snd_cwnd(tp); in hystart_update()
445 tcp_snd_cwnd(tp)); in hystart_update()
446 tp->snd_ssthresh = tcp_snd_cwnd(tp); in hystart_update()