Lines Matching refs:snd_ssthresh
904 if (tp->snd_cwnd < tp->snd_ssthresh / 2) in tcp_update_pacing_rate()
2136 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2450 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2459 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2485 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2486 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2604 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
2612 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()
2619 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2643 if (tp->snd_ssthresh < TCP_INFINITE_SSTHRESH && in tcp_end_cwnd_reduction()
2645 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2720 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2761 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()