Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c108 u32 lt_last_lost; /* LT intvl start: tp->lost */ member
639 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
736 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c110 u32 lt_last_lost; /* LT intvl start: tp->lost */ member
641 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
738 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()

Completed in 4 milliseconds