Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bbr.c110 u32 lt_last_lost; /* LT intvl start: tp->lost */ member
642 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
739 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()