Home
last modified time | relevance | path

Searched refs:nft_trans_gc (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/net/netfilter/
Dnf_tables.h1680 struct nft_trans_gc { struct
1690 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, argument
1692 void nft_trans_gc_destroy(struct nft_trans_gc *trans);
1694 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
1696 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
1698 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
1699 void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans);
1701 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
1703 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
1705 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
/Linux-v6.6/net/netfilter/
Dnft_set_rbtree.c244 struct nft_trans_gc *gc; in nft_rbtree_gc_elem()
620 struct nft_trans_gc *gc; in nft_rbtree_gc()
Dnf_tables_api.c9457 struct nft_trans_gc *trans) in nft_trans_gc_setelem_remove()
9472 void nft_trans_gc_destroy(struct nft_trans_gc *trans) in nft_trans_gc_destroy()
9482 struct nft_trans_gc *trans; in nft_trans_gc_trans_free()
9486 trans = container_of(rcu, struct nft_trans_gc, rcu); in nft_trans_gc_trans_free()
9500 static bool nft_trans_gc_work_done(struct nft_trans_gc *trans) in nft_trans_gc_work_done()
9530 struct nft_trans_gc *trans, *next; in nft_trans_gc_work()
9547 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc()
9551 struct nft_trans_gc *trans; in nft_trans_gc_alloc()
9570 void nft_trans_gc_elem_add(struct nft_trans_gc *trans, void *priv) in nft_trans_gc_elem_add()
9575 static void nft_trans_gc_queue_work(struct nft_trans_gc *trans) in nft_trans_gc_queue_work()
[all …]
Dnft_set_hash.c319 struct nft_trans_gc *gc; in nft_rhash_gc()
Dnft_set_pipapo.c1562 struct nft_trans_gc *gc;