Searched refs:prior_ssthresh (Results 1 – 3 of 3) sorted by relevance
336 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
181 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
2107 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2420 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2429 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2450 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()2455 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()2456 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()2615 tp->prior_ssthresh = 0; in tcp_enter_cwr()2670 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2718 tp->prior_ssthresh = 0; in tcp_simple_retransmit()2738 tp->prior_ssthresh = 0; in tcp_enter_recovery()[all …]