Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_counter.c20 struct nft_counter { struct
26 struct nft_counter __percpu *counter; argument
35 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 …]
DMakefile105 obj-$(CONFIG_NFT_COUNTER) += nft_counter.o