Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
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()