Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_input.c2214 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2555 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2564 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2585 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2590 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2591 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2762 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2817 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2852 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()
2923 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
H A Dtcp_cong.c239 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst127 u32 prior_ssthresh
/linux-6.15/include/linux/
H A Dtcp.h423 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member