Searched refs:prior_ssthresh (Results 1 – 4 of 4) sorted by relevance
2214 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2555 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2564 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2585 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()2590 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()2591 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()2762 tp->prior_ssthresh = 0; in tcp_enter_cwr()2817 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2852 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()2923 tp->prior_ssthresh = 0; in tcp_enter_recovery()[all …]
239 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
127 u32 prior_ssthresh
423 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member