Searched refs:prior_ssthresh (Results 1 – 3 of 3) sorted by relevance
2566 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2825 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2834 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2855 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()2860 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()2861 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()3032 tp->prior_ssthresh = 0; in tcp_enter_cwr()3087 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()3122 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()3190 tp->prior_ssthresh = 0; in tcp_enter_recovery()[all …]
240 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
445 u32 prior_ssthresh; /* ssthresh saved at recovery start */442 u32 prior_ssthresh; /* ssthresh saved at recovery start */ global() member