Lines Matching refs:snd_ssthresh
1936 tp->snd_ssthresh = icsk->icsk_ca_ops->ssthresh(sk); in tcp_enter_loss()
2358 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2368 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2399 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh << 1); in tcp_undo_cwnd_reduction()
2401 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2402 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2406 tp->snd_cwnd = max(tp->snd_cwnd, tp->snd_ssthresh); in tcp_undo_cwnd_reduction()
2505 tp->snd_ssthresh = inet_csk(sk)->icsk_ca_ops->ssthresh(sk); in tcp_init_cwnd_reduction()
2514 int delta = tp->snd_ssthresh - tcp_packets_in_flight(tp); in tcp_cwnd_reduction()
2519 if (tcp_packets_in_flight(tp) > tp->snd_ssthresh) { in tcp_cwnd_reduction()
2520 u64 dividend = (u64)tp->snd_ssthresh * tp->prr_delivered + in tcp_cwnd_reduction()
2539 (tp->undo_marker && tp->snd_ssthresh < TCP_INFINITE_SSTHRESH)) { in tcp_end_cwnd_reduction()
2540 tp->snd_cwnd = tp->snd_ssthresh; in tcp_end_cwnd_reduction()
2612 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2661 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()