Searched refs:prior_ssthresh (Results 1 – 3 of 3) sorted by relevance
339 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
2134 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2450 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2459 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2480 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()2485 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()2486 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()2656 tp->prior_ssthresh = 0; in tcp_enter_cwr()2711 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2762 tp->prior_ssthresh = 0; in tcp_simple_retransmit()2782 tp->prior_ssthresh = 0; in tcp_enter_recovery()[all …]
181 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()