Lines Matching refs:snd_cwnd
277 bw = (u64)tp->snd_cwnd * BW_UNIT;
324 bbr->prior_cwnd = tp->snd_cwnd; /* this cwnd is good enough */
326 bbr->prior_cwnd = max(bbr->prior_cwnd, tp->snd_cwnd);
483 u32 cwnd = tp->snd_cwnd;
521 u32 cwnd = tp->snd_cwnd, target_cwnd = 0;
545 tp->snd_cwnd = min(cwnd, tp->snd_cwnd_clamp); /* apply global cap */
547 tp->snd_cwnd = min(tp->snd_cwnd, bbr_cwnd_min_target);
857 extra_acked = min(extra_acked, tp->snd_cwnd);
915 tp->snd_cwnd = max(tp->snd_cwnd, bbr->prior_cwnd);
1094 return tcp_sk(sk)->snd_cwnd;