Searched refs:cubic_target_win (Results 1 – 1 of 1) sorted by relevance
285 uint32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local301 cubic_target_win = tcp_cubic_update(tp, rtt); in tcp_cubic_congestion_avd()313 if (cubic_target_win > tp->snd_cwnd) { in tcp_cubic_congestion_avd()322 incr_win /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()