Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_input.c2147 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2460 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2469 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2490 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2495 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2496 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2654 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2709 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2772 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2792 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]
A Dtcp_cong.c181 tcp_sk(sk)->prior_ssthresh = 0; in tcp_init_congestion_control()
/linux/include/linux/
A Dtcp.h336 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member

Completed in 19 milliseconds