Home
last modified time | relevance | path

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

/linux/net/ipv4/ !
H A Dtcp_input.c2567 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2826 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2835 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2856 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2861 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2862 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
3033 tp->prior_ssthresh = 0; in tcp_enter_cwr()
3088 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
3123 tp->prior_ssthresh = 0; in tcp_non_congestion_loss_retransmit()
3192 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
H A Dtcp_cong.c240 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
/linux/include/linux/ !
H A Dtcp.h442 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
/linux/Documentation/networking/net_cachelines/ !
H A Dtcp_sock.rst138 u32 prior_ssthresh