Searched refs:prior_ssthresh (Results 1 – 4 of 4) sorted by relevance
2204 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2546 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2555 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()2576 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()2581 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()2582 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()2751 tp->prior_ssthresh = 0; in tcp_enter_cwr()2806 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2841 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()2912 tp->prior_ssthresh = 0; in tcp_enter_recovery()[all …]
239 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
125 u32 prior_ssthresh
419 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
Completed in 22 milliseconds