Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dinet_diag.h191 __u32 bbr_cwnd_gain; /* cwnd gain shifted left 8 bits */ member
/Linux-v4.19/net/ipv4/
Dtcp_bbr.c142 static const int bbr_cwnd_gain = BBR_UNIT * 2; variable
519 bbr->cwnd_gain = bbr_cwnd_gain; in bbr_reset_probe_bw_mode()
926 info->bbr.bbr_cwnd_gain = bbr->cwnd_gain; in bbr_get_info()