Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c167 static const u32 bbr_cycle_rand = 7; variable
619 bbr->cycle_idx = CYCLE_LEN - 1 - prandom_u32_max(bbr_cycle_rand); in bbr_reset_probe_bw_mode()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c169 static const u32 bbr_cycle_rand = 7; variable
621 bbr->cycle_idx = CYCLE_LEN - 1 - get_random_u32_below(bbr_cycle_rand); in bbr_reset_probe_bw_mode()

Completed in 5 milliseconds