Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c904 uint32_t decayed_count; in ctf_decay_count() local
917 decayed_count = count - (uint32_t)perc_count; in ctf_decay_count()
918 return(decayed_count); in ctf_decay_count()