Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bbr.c114 full_bw_cnt:2, /* number of rounds without large bw gains */ member
885 bbr->full_bw_cnt = 0; in bbr_check_full_bw_reached()
888 ++bbr->full_bw_cnt; in bbr_check_full_bw_reached()
889 bbr->full_bw_reached = bbr->full_bw_cnt >= bbr_full_bw_cnt; in bbr_check_full_bw_reached()
1065 bbr->full_bw_cnt = 0; in bbr_init()
1095 bbr->full_bw_cnt = 0; in bbr_undo_cwnd()