Searched refs:nft_counter (Results 1 – 2 of 2) sorted by relevance
17 struct nft_counter { struct23 struct nft_counter __percpu *counter; argument32 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 …]
101 obj-$(CONFIG_NFT_COUNTER) += nft_counter.o