Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c179 static const u32 bbr_full_bw_cnt = 3; variable
864 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited
886 bbr->full_bw_reached = bbr->full_bw_cnt >= bbr_full_bw_cnt; in bbr_check_full_bw_reached()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c181 static const u32 bbr_full_bw_cnt = 3; variable
866 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited
888 bbr->full_bw_reached = bbr->full_bw_cnt >= bbr_full_bw_cnt; in bbr_check_full_bw_reached()

Completed in 5 milliseconds