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()
416 ca->delay_min, hystart_ack_delay(sk), tcp_snd_cwnd(tp)); in hystart_update()
421 tcp_snd_cwnd(tp)); in hystart_update()
422 tp->snd_ssthresh = tcp_snd_cwnd(tp); in hystart_update()
441 tcp_snd_cwnd(tp)); in hystart_update()
442 tp->snd_ssthresh = tcp_snd_cwnd(tp); in hystart_update()
472 tcp_snd_cwnd(tp) >= hystart_low_window) in cubictcp_acked()