CYCLE_LEN         131 net/ipv4/tcp_bbr.c static const int bbr_bw_rtts = CYCLE_LEN + 2;
CYCLE_LEN         593 net/ipv4/tcp_bbr.c 	bbr->cycle_idx = (bbr->cycle_idx + 1) & (CYCLE_LEN - 1);
CYCLE_LEN         619 net/ipv4/tcp_bbr.c 	bbr->cycle_idx = CYCLE_LEN - 1 - prandom_u32_max(bbr_cycle_rand);