Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_tables.h708 struct nft_set_gc_batch { struct
713 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, argument
717 static inline void nft_set_gc_batch_complete(struct nft_set_gc_batch *gcb) in nft_set_gc_batch_complete()
723 static inline struct nft_set_gc_batch *
724 nft_set_gc_batch_check(const struct nft_set *set, struct nft_set_gc_batch *gcb, in nft_set_gc_batch_check()
735 static inline void nft_set_gc_batch_add(struct nft_set_gc_batch *gcb, in nft_set_gc_batch_add()
/Linux-v5.10/net/netfilter/
Dnft_set_rbtree.c495 struct nft_set_gc_batch *gcb = NULL; in nft_rbtree_gc()
Dnft_set_hash.c301 struct nft_set_gc_batch *gcb = NULL; in nft_rhash_gc()
Dnf_tables_api.c5674 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_release()
5677 gcb = container_of(rcu, struct nft_set_gc_batch, head.rcu); in nft_set_gc_batch_release()
5683 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, in nft_set_gc_batch_alloc()
5686 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_alloc()