Lines Matching refs:prior_ssthresh
1991 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2320 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2329 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2350 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2355 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2356 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2515 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2570 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2624 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2644 tp->prior_ssthresh = 0; in tcp_enter_recovery()
2649 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
2795 tp->prior_ssthresh = 0; in tcp_fastretrans_alert()