Searched refs:cubic_target_win (Results 1 – 2 of 2) sorted by relevance
267 uint32_t cubic_target_win, tcp_win, rtt; in tcp_cubic_congestion_avd() local283 cubic_target_win = tcp_cubic_update(tp, rtt); in tcp_cubic_congestion_avd()288 if (cubic_target_win > tp->snd_cwnd) { in tcp_cubic_congestion_avd()297 incr_win /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()
191 uint32_t cubic_target_win; in tcp_cubic_ack_ca() local204 cubic_target_win = cubic_target(tp, srtt); in tcp_cubic_ack_ca()210 if (tp->snd_cwnd < cubic_target_win) { in tcp_cubic_ack_ca()217 incr_bytes_acked /= (cubic_target_win - tp->snd_cwnd); in tcp_cubic_ack_ca()