Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_tables.h814 struct nft_set_gc_batch { struct
819 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, argument
823 static inline void nft_set_gc_batch_complete(struct nft_set_gc_batch *gcb) in nft_set_gc_batch_complete()
829 static inline struct nft_set_gc_batch *
830 nft_set_gc_batch_check(const struct nft_set *set, struct nft_set_gc_batch *gcb, in nft_set_gc_batch_check()
841 static inline void nft_set_gc_batch_add(struct nft_set_gc_batch *gcb, in nft_set_gc_batch_add()
/Linux-v6.1/net/netfilter/
Dnft_set_rbtree.c500 struct nft_set_gc_batch *gcb = NULL; in nft_rbtree_gc()
Dnft_set_hash.c320 struct nft_set_gc_batch *gcb = NULL; in nft_rhash_gc()
Dnf_tables_api.c6576 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_release()
6579 gcb = container_of(rcu, struct nft_set_gc_batch, head.rcu); in nft_set_gc_batch_release()
6585 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, in nft_set_gc_batch_alloc()
6588 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_alloc()