Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h659 struct nft_set_gc_batch { struct
664 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, argument
668 static inline void nft_set_gc_batch_complete(struct nft_set_gc_batch *gcb) in nft_set_gc_batch_complete()
674 static inline struct nft_set_gc_batch *
675 nft_set_gc_batch_check(const struct nft_set *set, struct nft_set_gc_batch *gcb, in nft_set_gc_batch_check()
686 static inline void nft_set_gc_batch_add(struct nft_set_gc_batch *gcb, in nft_set_gc_batch_add()
/Linux-v4.19/net/netfilter/
Dnft_set_rbtree.c359 struct nft_set_gc_batch *gcb = NULL; in nft_rbtree_gc()
Dnft_set_hash.c294 struct nft_set_gc_batch *gcb = NULL; in nft_rhash_gc()
Dnf_tables_api.c4695 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_release()
4698 gcb = container_of(rcu, struct nft_set_gc_batch, head.rcu); in nft_set_gc_batch_release()
4705 struct nft_set_gc_batch *nft_set_gc_batch_alloc(const struct nft_set *set, in nft_set_gc_batch_alloc()
4708 struct nft_set_gc_batch *gcb; in nft_set_gc_batch_alloc()