Lines Matching refs:snd_ssthresh
905 if (tp->snd_cwnd < tp->snd_ssthresh / 2) in tcp_update_pacing_rate()
2137 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2451 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2460 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2486 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2487 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2605 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
2613 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()
2620 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2644 if (tp->snd_ssthresh < TCP_INFINITE_SSTHRESH && in tcp_end_cwnd_reduction()
2646 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2721 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2762 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()