Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c75 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
76 #define BBR_UNIT (1 << BBR_SCALE)
248 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec()
377 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
462 >> BBR_SCALE; in bbr_ack_aggregation_cwnd()
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c75 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
76 #define BBR_UNIT (1 << BBR_SCALE)
248 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec()
377 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
462 >> BBR_SCALE; in bbr_ack_aggregation_cwnd()
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_bbr.c75 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro
76 #define BBR_UNIT (1 << BBR_SCALE)
248 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec()
377 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
462 >> BBR_SCALE; in bbr_ack_aggregation_cwnd()
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
879 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()