Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_bbr.c183 static const u32 bbr_lt_intvl_min_rtts = 4; variable
721 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
723 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()