Home
last modified time | relevance | path

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

/net/netfilter/
Dnft_counter.c17 struct nft_counter { struct
23 struct nft_counter __percpu *counter; argument
32 struct nft_counter *this_cpu; in nft_counter_do_eval()
60 struct nft_counter __percpu *cpu_stats; in nft_counter_do_init()
61 struct nft_counter *this_cpu; in nft_counter_do_init()
63 cpu_stats = alloc_percpu(struct nft_counter); in nft_counter_do_init()
105 struct nft_counter *total) in nft_counter_reset()
107 struct nft_counter *this_cpu; in nft_counter_reset()
117 struct nft_counter *total) in nft_counter_fetch()
119 struct nft_counter *this_cpu; in nft_counter_fetch()
[all …]
DMakefile101 obj-$(CONFIG_NFT_COUNTER) += nft_counter.o