Searched refs:nft_trans_gc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 1733 struct nft_trans_gc { struct 1743 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, argument 1745 void nft_trans_gc_destroy(struct nft_trans_gc *trans); 1747 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, 1749 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc); 1751 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp); 1752 void nft_trans_gc_queue_sync_done(struct nft_trans_gc *trans); 1754 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv); 1756 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc, 1758 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_rbtree.c | 244 struct nft_trans_gc *gc; in nft_rbtree_gc_elem() 618 struct nft_trans_gc *gc; in nft_rbtree_gc()
|
H A D | nf_tables_api.c | 9660 struct nft_trans_gc *trans) in nft_trans_gc_setelem_remove() 9675 void nft_trans_gc_destroy(struct nft_trans_gc *trans) in nft_trans_gc_destroy() 9685 struct nft_trans_gc *trans; in nft_trans_gc_trans_free() 9689 trans = container_of(rcu, struct nft_trans_gc, rcu); in nft_trans_gc_trans_free() 9733 struct nft_trans_gc *trans, *next; in nft_trans_gc_work() 9754 struct nft_trans_gc *trans; in nft_trans_gc_alloc() 9787 static int nft_trans_gc_space(struct nft_trans_gc *trans) in nft_trans_gc_space() 9792 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, in nft_trans_gc_queue_async() 9816 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp) in nft_trans_gc_queue_sync() 9844 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 | 317 struct nft_trans_gc *gc; in nft_rhash_gc()
|
H A D | nft_set_pipapo.c | 1587 struct nft_trans_gc *gc;
|