Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnft_counter.c35 seqcount_t *myseq; in nft_counter_do_eval() local
39 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_do_eval()
41 write_seqcount_begin(myseq); in nft_counter_do_eval()
46 write_seqcount_end(myseq); in nft_counter_do_eval()
122 const seqcount_t *myseq; in nft_counter_fetch() local
129 myseq = per_cpu_ptr(&nft_counter_seq, cpu); in nft_counter_fetch()
132 seq = read_seqcount_begin(myseq); in nft_counter_fetch()
135 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()
265 seqcount_t *myseq; in nft_counter_offload_stats() local
269 myseq = this_cpu_ptr(&nft_counter_seq); in nft_counter_offload_stats()
[all …]