Searched refs:nft_trans_gc (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_tables.h | 1830 struct nft_trans_gc { struct 1867 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, 1869 void nft_trans_gc_destroy(struct nft_trans_gc *trans); 1871 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, 1873 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc); 1875 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp); 1876 void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans); 1878 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv); 1880 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc, 1882 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_set_rbtree.c | 243 struct nft_trans_gc *gc; in nft_rbtree_gc_elem() 630 struct nft_trans_gc *gc; in nft_rbtree_gc()
|
| H A D | nf_tables_api.c | 10214 struct nft_trans_gc *trans) in nft_trans_gc_setelem_remove() 10225 void nft_trans_gc_destroy(struct nft_trans_gc *trans) in nft_trans_gc_destroy() 10235 struct nft_trans_gc *trans; in nft_trans_gc_trans_free() 10239 trans = container_of(rcu, struct nft_trans_gc, rcu); in nft_trans_gc_trans_free() 10283 struct nft_trans_gc *trans, *next; in nft_trans_gc_work() 10304 struct nft_trans_gc *trans; in nft_trans_gc_alloc() 10337 static int nft_trans_gc_space(struct nft_trans_gc *trans) in nft_trans_gc_space() 10342 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, in nft_trans_gc_queue_async() 10366 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp) in nft_trans_gc_queue_sync() 10394 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc, in nft_trans_gc_catchall_async() [all …]
|
| H A D | nft_set_hash.c | 327 struct nft_trans_gc *gc; in nft_rhash_gc()
|
| H A D | nft_set_pipapo.c | 1704 struct nft_trans_gc *gc;
|