Lines Matching refs:snd_cwnd
303 nr_segs = max_t(u32, TCP_INIT_CWND, tp->snd_cwnd); in tcp_sndbuf_expand()
776 if (tp->snd_cwnd < tp->snd_ssthresh / 2) in tcp_update_pacing_rate()
781 rate *= max(tp->snd_cwnd, tp->packets_out); in tcp_update_pacing_rate()
1889 tp->snd_cwnd = 1; in tcp_enter_loss()
2250 tp->snd_cwnd = min(tp->snd_cwnd, in tcp_moderate_cwnd()
2321 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2331 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2361 tp->snd_cwnd = icsk->icsk_ca_ops->undo_cwnd(sk); in tcp_undo_cwnd_reduction()
2363 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwnd_reduction()
2370 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwnd_reduction()
2465 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()
2498 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()
2508 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2577 tp->snd_cwnd = tp->snd_cwnd * in tcp_mtup_probe_success()
2863 tp->snd_cwnd++; in tcp_fastretrans_alert()
4907 if (tcp_packets_in_flight(tp) >= tp->snd_cwnd) in tcp_should_expand_sndbuf()