Home
last modified time | relevance | path

Searched refs:BBR_SCALE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c77 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
78 #define BBR_UNIT (1 << BBR_SCALE)
250 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec()
379 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
464 >> BBR_SCALE; in bbr_ack_aggregation_cwnd()
741 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
881 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()