Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dinet_diag.h231 __u32 bbr_cwnd_gain; /* cwnd gain shifted left 8 bits */ member
/linux/net/ipv4/
H A Dtcp_bbr.c160 static const int bbr_cwnd_gain = BBR_UNIT * 2; variable
1004 bbr->cwnd_gain = bbr_cwnd_gain; in bbr_update_gains()
1122 info->bbr.bbr_cwnd_gain = bbr->cwnd_gain; in bbr_get_info()