Searched refs:bdp (Results 1 – 1 of 1) sorted by relevance
3441 uint64_t bdp, rtt; in bbr_get_raw_target_cwnd() local3455 bdp = bbr_get_bw_delay_prod(rtt, bw); in bbr_get_raw_target_cwnd()3457 cwnd = (uint32_t)(((bdp * ((uint64_t)gain)) + (uint64_t)(BBR_UNIT - 1)) / ((uint64_t)BBR_UNIT)); in bbr_get_raw_target_cwnd()