Searched refs:prior_cwnd (Results 1 – 2 of 2) sorted by relevance
239 u32 prior_cwnd; /* Congestion window at start of Recovery. */ member
2502 tp->prior_cwnd = tp->snd_cwnd; in tcp_init_cwnd_reduction()2521 tp->prior_cwnd - 1; in tcp_cwnd_reduction()2522 sndcnt = div_u64(dividend, tp->prior_cwnd) - tp->prr_out; in tcp_cwnd_reduction()