Searched refs:BBR_STAT_SIZE (Results 1 – 2 of 2) sorted by relevance
505 #define BBR_STAT_SIZE (sizeof(struct bbr_stats)/sizeof(uint64_t)) macro506 extern counter_u64_t bbr_stat_arry[BBR_STAT_SIZE];
434 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()