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
43 struct nft_counter *this_cpu; in nft_counter_do_eval()
69 struct nft_counter __percpu *cpu_stats; in nft_counter_do_init()
70 struct nft_counter *this_cpu; in nft_counter_do_init()
72 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_KERNEL_ACCOUNT); in nft_counter_do_init()
116 struct nft_counter *this_cpu; in nft_counter_reset()
133 struct nft_counter *this_cpu; in nft_counter_fetch()
254 struct nft_counter __percpu *cpu_stats; in nft_counter_clone()
255 struct nft_counter *this_cpu; in nft_counter_clone()
[all …]
H A DMakefile91 nft_counter.o nft_objref.o nft_inner.o \