Lines Matching refs:snd_cwnd
298 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
760 rate *= max(tp->snd_cwnd, tp->packets_out); in tcp_update_pacing_rate()
1942 tp->snd_cwnd = 1; in tcp_enter_loss()
2303 tp->snd_cwnd = min(tp->snd_cwnd, in tcp_moderate_cwnd()
2359 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2368 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2398 tp->snd_cwnd = icsk->icsk_ca_ops->undo_cwnd(sk); in tcp_undo_cwnd_reduction()
2400 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwnd_reduction()
2407 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwnd_reduction()
2503 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()
2531 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()
2541 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2608 tp->snd_cwnd = tp->snd_cwnd * in tcp_mtup_probe_success()
2884 tp->snd_cwnd++; in tcp_fastretrans_alert()
4783 if (tp->packets_out >= tp->snd_cwnd) in tcp_should_expand_sndbuf()