Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c167 static const u32 bbr_lt_intvl_min_rtts = 4; variable
622 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
624 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()