Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1823 struct nft_trans_gc { struct
1860 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
1862 void nft_trans_gc_destroy(struct nft_trans_gc *trans);
1864 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
1866 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
1868 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
1869 void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans);
1871 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
1873 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
1875 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
/linux-6.12.1/net/netfilter/
Dnft_set_rbtree.c243 struct nft_trans_gc *gc; in nft_rbtree_gc_elem()
630 struct nft_trans_gc *gc; in nft_rbtree_gc()
Dnf_tables_api.c9890 struct nft_trans_gc *trans) in nft_trans_gc_setelem_remove()
9901 void nft_trans_gc_destroy(struct nft_trans_gc *trans) in nft_trans_gc_destroy()
9911 struct nft_trans_gc *trans; in nft_trans_gc_trans_free()
9915 trans = container_of(rcu, struct nft_trans_gc, rcu); in nft_trans_gc_trans_free()
9929 static bool nft_trans_gc_work_done(struct nft_trans_gc *trans) in nft_trans_gc_work_done()
9959 struct nft_trans_gc *trans, *next; in nft_trans_gc_work()
9976 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc()
9980 struct nft_trans_gc *trans; in nft_trans_gc_alloc()
9999 void nft_trans_gc_elem_add(struct nft_trans_gc *trans, void *priv) in nft_trans_gc_elem_add()
10004 static void nft_trans_gc_queue_work(struct nft_trans_gc *trans) in nft_trans_gc_queue_work()
[all …]
Dnft_set_hash.c324 struct nft_trans_gc *gc; in nft_rhash_gc()
Dnft_set_pipapo.c1704 struct nft_trans_gc *gc;