Lines Matching refs:prior_ssthresh
2168 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2485 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2494 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2515 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2520 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2521 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2690 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2745 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2811 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2831 tp->prior_ssthresh = 0; in tcp_enter_recovery()
2836 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
2987 tp->prior_ssthresh = 0; in tcp_fastretrans_alert()