Home
last modified time | relevance | path

Searched refs:prior_ssthresh (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_input.c2568 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2827 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2836 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2857 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2862 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2863 WRITE_ONCE(tp->snd_ssthresh, tp->prior_ssthresh); in tcp_undo_cwnd_reduction()
3034 tp->prior_ssthresh = 0; in tcp_enter_cwr()
3089 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
3124 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()
3192 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
/linux/include/linux/
H A Dtcp.h445 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member