Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h368 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
/openbmc/linux/net/ipv4/
H A Dtcp_input.c2187 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2529 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2538 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2559 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2564 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2565 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2734 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2789 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2824 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()
2895 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
H A Dtcp_cong.c242 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()