Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c392 static u32 bbr_quantization_budget(struct sock *sk, u32 cwnd) in bbr_quantization_budget() function
415 inflight = bbr_quantization_budget(sk, inflight); in bbr_inflight()
535 target_cwnd = bbr_quantization_budget(sk, target_cwnd); in bbr_set_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c394 static u32 bbr_quantization_budget(struct sock *sk, u32 cwnd) in bbr_quantization_budget() function
417 inflight = bbr_quantization_budget(sk, inflight); in bbr_inflight()
537 target_cwnd = bbr_quantization_budget(sk, target_cwnd); in bbr_set_cwnd()

Completed in 5 milliseconds