Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dx_tables.c39 #define XT_PCPU_BLOCK_SIZE 4096 macro
2131 BUILD_BUG_ON(XT_PCPU_BLOCK_SIZE < (sizeof(*counter) * 2));
2137 state->mem = __alloc_percpu(XT_PCPU_BLOCK_SIZE,
2138 XT_PCPU_BLOCK_SIZE);
2144 if (state->off > (XT_PCPU_BLOCK_SIZE - sizeof(*counter))) {
2156 if (nr_cpu_ids > 1 && (pcnt & (XT_PCPU_BLOCK_SIZE - 1)) == 0)