Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bbr.c185 static const u32 bbr_lt_intvl_min_rtts = 4; variable
723 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()
725 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()