Home
last modified time | relevance | path

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

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