Lines Matching refs:snd_cwnd
1855 tp->snd_cwnd = 1; in tcp_enter_loss()
2265 tp->snd_cwnd = min(tp->snd_cwnd, in tcp_moderate_cwnd()
2292 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2302 tp->snd_cwnd, tcp_left_out(tp), in DBGUNDO()
2320 tp->snd_cwnd = icsk->icsk_ca_ops->undo_cwnd(sk); in tcp_undo_cwr()
2322 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwr()
2329 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwr()
2491 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()
2518 tp->snd_cwnd = tcp_packets_in_flight(tp) + sndcnt; in tcp_cwnd_reduction()
2528 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2597 tp->snd_cwnd = tp->snd_cwnd * in tcp_mtup_probe_success()
2841 tp->snd_cwnd++; in tcp_fastretrans_alert()
3199 return (!(flag & FLAG_ECE) || tp->snd_cwnd < tp->snd_ssthresh) && in tcp_may_raise_cwnd()
4685 if (win_used < tp->snd_cwnd) { in tcp_cwnd_application_limited()
4687 tp->snd_cwnd = (tp->snd_cwnd + win_used) >> 1; in tcp_cwnd_application_limited()
4713 if (tp->packets_out >= tp->snd_cwnd) in tcp_should_expand_sndbuf()
4734 int demanded = max_t(unsigned int, tp->snd_cwnd, in tcp_new_space()