Searched refs:bbr_bdp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bbr.c | 357 static u32 bbr_bdp(struct sock *sk, u32 bw, int gain) in bbr_bdp() function 414 inflight = bbr_bdp(sk, bw, gain); in bbr_inflight() 529 target_cwnd = bbr_bdp(sk, bw, gain); in bbr_set_cwnd()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bbr.c | 359 static u32 bbr_bdp(struct sock *sk, u32 bw, int gain) in bbr_bdp() function 416 inflight = bbr_bdp(sk, bw, gain); in bbr_inflight() 531 target_cwnd = bbr_bdp(sk, bw, gain); in bbr_set_cwnd()
|
Completed in 5 milliseconds