Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinet_diag.h197 __u32 bbr_cwnd_gain; /* cwnd gain shifted left 8 bits */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinet_diag.h197 __u32 bbr_cwnd_gain; /* cwnd gain shifted left 8 bits */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinet_diag.h231 __u32 bbr_cwnd_gain; /* cwnd gain shifted left 8 bits */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c158 static const int bbr_cwnd_gain = BBR_UNIT * 2; variable
1001 bbr->cwnd_gain = bbr_cwnd_gain; in bbr_update_gains()
1119 info->bbr.bbr_cwnd_gain = bbr->cwnd_gain; in bbr_get_info()