Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c112 full_bw_cnt:2, /* number of rounds without large bw gains */ member
882 bbr->full_bw_cnt = 0; in bbr_check_full_bw_reached()
885 ++bbr->full_bw_cnt; in bbr_check_full_bw_reached()
886 bbr->full_bw_reached = bbr->full_bw_cnt >= bbr_full_bw_cnt; in bbr_check_full_bw_reached()
1062 bbr->full_bw_cnt = 0; in bbr_init()
1092 bbr->full_bw_cnt = 0; in bbr_undo_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c114 full_bw_cnt:2, /* number of rounds without large bw gains */ member
884 bbr->full_bw_cnt = 0; in bbr_check_full_bw_reached()
887 ++bbr->full_bw_cnt; in bbr_check_full_bw_reached()
888 bbr->full_bw_reached = bbr->full_bw_cnt >= bbr_full_bw_cnt; in bbr_check_full_bw_reached()
1064 bbr->full_bw_cnt = 0; in bbr_init()
1094 bbr->full_bw_cnt = 0; in bbr_undo_cwnd()

Completed in 4 milliseconds