Searched refs:prior_cwnd (Results 1 – 2 of 2) sorted by relevance
255 u32 prior_cwnd; /* Congestion window at start of Recovery. */ member
2465 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()