Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c112 cwnd_gain:10, /* current gain for setting cwnd */ member
993 bbr->cwnd_gain = bbr_high_gain; in bbr_update_gains()
997 bbr->cwnd_gain = bbr_high_gain; /* keep cwnd */ in bbr_update_gains()
1003 bbr->cwnd_gain = bbr_cwnd_gain; in bbr_update_gains()
1007 bbr->cwnd_gain = BBR_UNIT; in bbr_update_gains()
1035 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
1121 info->bbr.bbr_cwnd_gain = bbr->cwnd_gain; in bbr_get_info()