Symbol: nft_trans_gc
include/net/netfilter/nf_tables.h
1874
static inline int nft_trans_gc_space(const struct nft_trans_gc *trans)
include/net/netfilter/nf_tables.h
1906
struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
include/net/netfilter/nf_tables.h
1908
void nft_trans_gc_destroy(struct nft_trans_gc *trans);
include/net/netfilter/nf_tables.h
1910
struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
include/net/netfilter/nf_tables.h
1912
void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
include/net/netfilter/nf_tables.h
1914
struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
include/net/netfilter/nf_tables.h
1915
void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans);
include/net/netfilter/nf_tables.h
1917
void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
include/net/netfilter/nf_tables.h
1919
struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
include/net/netfilter/nf_tables.h
1921
struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
net/netfilter/nf_tables_api.c
10461
struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10472
void nft_trans_gc_destroy(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10482
struct nft_trans_gc *trans;
net/netfilter/nf_tables_api.c
10486
trans = container_of(rcu, struct nft_trans_gc, rcu);
net/netfilter/nf_tables_api.c
10500
static bool nft_trans_gc_work_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10530
struct nft_trans_gc *trans, *next;
net/netfilter/nf_tables_api.c
10547
struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
net/netfilter/nf_tables_api.c
10551
struct nft_trans_gc *trans;
net/netfilter/nf_tables_api.c
10570
void nft_trans_gc_elem_add(struct nft_trans_gc *trans, void *priv)
net/netfilter/nf_tables_api.c
10575
static void nft_trans_gc_queue_work(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10584
struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
net/netfilter/nf_tables_api.c
10598
void nft_trans_gc_queue_async_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10608
struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp)
net/netfilter/nf_tables_api.c
10624
void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10636
struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
net/netfilter/nf_tables_api.c
10663
struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc)
net/netfilter/nft_set_hash.c
417
struct nft_trans_gc *gc;
net/netfilter/nft_set_pipapo.c
1717
struct nft_trans_gc *gc;
net/netfilter/nft_set_pipapo.c
1782
struct nft_trans_gc *gc, *next;
net/netfilter/nft_set_rbtree.c
936
struct nft_trans_gc *gc;