Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h505 #define BBR_STAT_SIZE (sizeof(struct bbr_stats)/sizeof(uint64_t)) macro
506 extern counter_u64_t bbr_stat_arry[BBR_STAT_SIZE];
H A Dbbr.c434 counter_u64_t bbr_stat_arry[BBR_STAT_SIZE];
1162 COUNTER_ARRAY_ZERO(bbr_stat_arry, BBR_STAT_SIZE); in sysctl_bbr_clear_lost()
1821 COUNTER_ARRAY_ALLOC(bbr_stat_arry, BBR_STAT_SIZE, M_WAITOK); in bbr_init_sysctls()
1824 bbr_stat_arry, BBR_STAT_SIZE, "BBR Stats"); in bbr_init_sysctls()
1854 COUNTER_ARRAY_FREE(bbr_stat_arry, BBR_STAT_SIZE); in bbr_counter_destroy()