Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c185 static const u32 bbr_lt_loss_thresh = 50; variable
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()