Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_counter.c19 struct nft_counter { struct
30 struct nft_counter __percpu *counter; argument
40 struct nft_counter *this_cpu; in nft_counter_do_eval()
66 struct nft_counter __percpu *cpu_stats; in nft_counter_do_init()
67 struct nft_counter *this_cpu; in nft_counter_do_init()
69 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_KERNEL_ACCOUNT); in nft_counter_do_init()
113 struct nft_counter *this_cpu; in nft_counter_reset()
130 struct nft_counter *this_cpu; in nft_counter_fetch()
242 struct nft_counter __percpu *cpu_stats; in nft_counter_clone()
243 struct nft_counter *this_cpu; in nft_counter_clone()
[all …]
H A DMakefile92 nft_counter.o nft_objref.o nft_inner.o \