Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h292 u32 prior_ssthresh; /* ssthresh saved at recovery start */ member
/linux-4.4.14/net/ipv4/
Dtcp_input.c1884 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2322 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2332 tp->snd_ssthresh, tp->prior_ssthresh, in DBGUNDO()
2357 if (tp->prior_ssthresh) { in tcp_undo_cwnd_reduction()
2365 if (tp->prior_ssthresh > tp->snd_ssthresh) { in tcp_undo_cwnd_reduction()
2366 tp->snd_ssthresh = tp->prior_ssthresh; in tcp_undo_cwnd_reduction()
2519 tp->prior_ssthresh = 0; in tcp_enter_cwr()
2576 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2633 tp->prior_ssthresh = 0; in tcp_simple_retransmit()
2653 tp->prior_ssthresh = 0; in tcp_enter_recovery()
[all …]