Searched refs:nft_counter (Results 1 – 2 of 2) sorted by relevance
20 struct nft_counter { struct26 struct nft_counter __percpu *counter; argument35 struct nft_counter *this_cpu; in nft_counter_do_eval()63 struct nft_counter __percpu *cpu_stats; in nft_counter_do_init()64 struct nft_counter *this_cpu; in nft_counter_do_init()66 cpu_stats = alloc_percpu(struct nft_counter); in nft_counter_do_init()108 struct nft_counter *total) in nft_counter_reset()110 struct nft_counter *this_cpu; in nft_counter_reset()120 struct nft_counter *total) in nft_counter_fetch()122 struct nft_counter *this_cpu; in nft_counter_fetch()[all …]
105 obj-$(CONFIG_NFT_COUNTER) += nft_counter.o