Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h255 u32 prior_cwnd; /* Congestion window at start of Recovery. */ member
/linux-4.4.14/net/ipv4/
Dtcp_input.c2465 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()
2481 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()
2487 tp->prior_cwnd - 1; in tcp_cwnd_reduction()
2488 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()