Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h506 extern counter_u64_t bbr_stat_arry[BBR_STAT_SIZE];
507 #define BBR_STAT_ADD(name, amm) counter_u64_add(bbr_stat_arry[(offsetof(struct bbr_stats, name)/siz…
H A Dbbr.c434 counter_u64_t bbr_stat_arry[BBR_STAT_SIZE]; variable
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()