Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c903 uint64_t perc_count, decay_per; in ctf_decay_count() local
909 perc_count = count; in ctf_decay_count()
911 perc_count *= decay_per; in ctf_decay_count()
912 perc_count /= 1000; in ctf_decay_count()
917 decayed_count = count - (uint32_t)perc_count; in ctf_decay_count()