Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h366 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c2151 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2467 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2476 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2497 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2502 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2503 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2672 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2727 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2793 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2813 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
A Dtcp_cong.c191 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()

Completed in 17 milliseconds