Lines Matching refs:prior_ssthresh
2135 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2451 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2460 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2481 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
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()
2657 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2712 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2763 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2783 tp->prior_ssthresh = 0; in tcp_enter_recovery()
2788 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
2939 tp->prior_ssthresh = 0; in tcp_fastretrans_alert()