Symbol: nft_trans_gc
include/net/netfilter/nf_tables.h
1864
static inline int nft_trans_gc_space(const struct nft_trans_gc *trans)
include/net/netfilter/nf_tables.h
1896
struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
include/net/netfilter/nf_tables.h
1898
void nft_trans_gc_destroy(struct nft_trans_gc *trans);
include/net/netfilter/nf_tables.h
1900
struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
include/net/netfilter/nf_tables.h
1902
void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
include/net/netfilter/nf_tables.h
1904
struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
include/net/netfilter/nf_tables.h
1905
void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans);
include/net/netfilter/nf_tables.h
1907
void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
include/net/netfilter/nf_tables.h
1909
struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
include/net/netfilter/nf_tables.h
1911
struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
net/netfilter/nf_tables_api.c
10359
struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10370
void nft_trans_gc_destroy(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10380
struct nft_trans_gc *trans;
net/netfilter/nf_tables_api.c
10384
trans = container_of(rcu, struct nft_trans_gc, rcu);
net/netfilter/nf_tables_api.c
10398
static bool nft_trans_gc_work_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10428
struct nft_trans_gc *trans, *next;
net/netfilter/nf_tables_api.c
10445
struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
net/netfilter/nf_tables_api.c
10449
struct nft_trans_gc *trans;
net/netfilter/nf_tables_api.c
10468
void nft_trans_gc_elem_add(struct nft_trans_gc *trans, void *priv)
net/netfilter/nf_tables_api.c
10473
static void nft_trans_gc_queue_work(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10482
struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
net/netfilter/nf_tables_api.c
10496
void nft_trans_gc_queue_async_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10506
struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp)
net/netfilter/nf_tables_api.c
10522
void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans)
net/netfilter/nf_tables_api.c
10534
struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
net/netfilter/nf_tables_api.c
10561
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
1695
struct nft_trans_gc *gc;
net/netfilter/nft_set_pipapo.c
1760
struct nft_trans_gc *gc, *next;
net/netfilter/nft_set_rbtree.c
938
struct nft_trans_gc *gc;