Home
last modified time | relevance | path

Searched refs:bbr_rate_bytes_per_sec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c242 static u64 bbr_rate_bytes_per_sec(struct sock *sk, u64 rate, int gain) in bbr_rate_bytes_per_sec() function
258 rate = bbr_rate_bytes_per_sec(sk, rate, gain); in bbr_bw_to_pacing_rate()
664 (bbr_rate_bytes_per_sec(sk, diff, BBR_UNIT) <= in bbr_lt_bw_interval_done()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c244 static u64 bbr_rate_bytes_per_sec(struct sock *sk, u64 rate, int gain) in bbr_rate_bytes_per_sec() function
260 rate = bbr_rate_bytes_per_sec(sk, rate, gain); in bbr_bw_to_pacing_rate()
666 (bbr_rate_bytes_per_sec(sk, diff, BBR_UNIT) <= in bbr_lt_bw_interval_done()

Completed in 5 milliseconds