Lines Matching refs:snd_cwnd
299 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
761 rate *= max(tp->snd_cwnd, tp->packets_out); in tcp_update_pacing_rate()
1940 tp->snd_cwnd = 1; in tcp_enter_loss()
2301 tp->snd_cwnd = min(tp->snd_cwnd, in tcp_moderate_cwnd()
2357 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2367 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2397 tp->snd_cwnd = icsk->icsk_ca_ops->undo_cwnd(sk); in tcp_undo_cwnd_reduction()
2399 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwnd_reduction()
2406 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwnd_reduction()
2502 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()
2530 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()
2540 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2607 tp->snd_cwnd = tp->snd_cwnd * in tcp_mtup_probe_success()
2886 tp->snd_cwnd++; in tcp_fastretrans_alert()
4859 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_should_expand_sndbuf()