Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c984 uint32_t decayed_count; in ctf_decay_count() local
997 decayed_count = count - (uint32_t)perc_count; in ctf_decay_count()
998 return(decayed_count); in ctf_decay_count()