Searched refs:NPF_STATS_SIZE (Results 1 – 4 of 4) sorted by relevance
82 npf->stats_percpu = percpu_alloc(NPF_STATS_SIZE); in npfk_create()124 percpu_free(npf->stats_percpu, NPF_STATS_SIZE); in npfk_destroy()232 memset(buf, 0, NPF_STATS_SIZE); in npfk_stats()
230 fullst = kmem_alloc(NPF_STATS_SIZE, KM_SLEEP); in npf_stats_export()232 error = copyout(fullst, uptr, NPF_STATS_SIZE); in npf_stats_export()233 kmem_free(fullst, NPF_STATS_SIZE); in npf_stats_export()
375 #define NPF_STATS_SIZE (sizeof(uint64_t) * NPF_STATS_COUNT) macro
178 uint64_t *st = ecalloc(1, NPF_STATS_SIZE); in npfctl_print_stats()