Lines Matching refs:snd_ssthresh
776 if (tp->snd_cwnd < tp->snd_ssthresh / 2) in tcp_update_pacing_rate()
1885 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2322 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2332 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2363 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwnd_reduction()
2365 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2366 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2370 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwnd_reduction()
2468 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
2477 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()
2486 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2507 (tp->undo_marker && tp->snd_ssthresh < TCP_INFINITE_SSTHRESH)) { in tcp_end_cwnd_reduction()
2508 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2582 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2632 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()