Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c74 #define BW_SCALE 24 macro
75 #define BW_UNIT (1 << BW_SCALE)
252 return rate >> BW_SCALE; in bbr_rate_bytes_per_sec()
446 interval_delivered = (u64)bbr_bw(sk) * interval_us >> BW_SCALE; in bbr_packets_in_net_at_edt()
1115 bw = bw * tp->mss_cache * USEC_PER_SEC >> BW_SCALE; in bbr_get_info()