Lines Matching refs:snd_cwnd
163 tp->snd_cwnd); in tcp_cdg_hystart_update()
164 tp->snd_ssthresh = tp->snd_cwnd; in tcp_cdg_hystart_update()
182 tp->snd_cwnd); in tcp_cdg_hystart_update()
183 tp->snd_ssthresh = tp->snd_cwnd; in tcp_cdg_hystart_update()
254 ca->shadow_wnd = max(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_backoff()
287 ca->shadow_wnd = min(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_cong_avoid()
291 prior_snd_cwnd = tp->snd_cwnd; in tcp_cdg_cong_avoid()
294 incr = tp->snd_cwnd - prior_snd_cwnd; in tcp_cdg_cong_avoid()
333 return max(2U, (tp->snd_cwnd * min(1024U, backoff_beta)) >> 10); in tcp_cdg_ssthresh()
336 return tp->snd_cwnd; in tcp_cdg_ssthresh()
338 ca->shadow_wnd = min(ca->shadow_wnd >> 1, tp->snd_cwnd); in tcp_cdg_ssthresh()
340 return max3(2U, ca->shadow_wnd, tp->snd_cwnd >> 1); in tcp_cdg_ssthresh()
341 return max(2U, tp->snd_cwnd >> 1); in tcp_cdg_ssthresh()
359 ca->shadow_wnd = tp->snd_cwnd; in tcp_cdg_cwnd_event()
382 ca->shadow_wnd = tp->snd_cwnd; in tcp_cdg_init()