Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_tables.h767 struct nft_set_gc_batch { struct
772 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, argument
776 static inline void nft_set_gc_batch_complete(struct nft_set_gc_batch *gcb) in nft_set_gc_batch_complete()
782 static inline struct nft_set_gc_batch *
783 nft_set_gc_batch_check(const struct nft_set *set, struct nft_set_gc_batch *gcb, in nft_set_gc_batch_check()
794 static inline void nft_set_gc_batch_add(struct nft_set_gc_batch *gcb, in nft_set_gc_batch_add()
/Linux-v5.15/net/netfilter/
Dnft_set_rbtree.c496 struct nft_set_gc_batch *gcb = NULL; in nft_rbtree_gc()
Dnft_set_hash.c318 struct nft_set_gc_batch *gcb = NULL; in nft_rhash_gc()
Dnf_tables_api.c6312 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_release()
6315 gcb = container_of(rcu, struct nft_set_gc_batch, head.rcu); in nft_set_gc_batch_release()
6321 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, in nft_set_gc_batch_alloc()
6324 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_alloc()