Searched refs:nft_trans_gc_alloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/netfilter/ |
D | nft_set_rbtree.c | 246 gc = nft_trans_gc_alloc(set, 0, GFP_ATOMIC); in nft_rbtree_gc_elem() 635 gc = nft_trans_gc_alloc(set, gc_seq, GFP_KERNEL); in nft_rbtree_gc()
|
D | nft_set_hash.c | 332 gc = nft_trans_gc_alloc(set, gc_seq, GFP_KERNEL); in nft_rhash_gc()
|
D | nft_set_pipapo.c | 1564 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
|
D | nf_tables_api.c | 9547 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc() function 9600 return nft_trans_gc_alloc(set, gc_seq, gfp); in nft_trans_gc_queue_async() 9626 return nft_trans_gc_alloc(set, 0, gfp); in nft_trans_gc_queue_sync()
|
/Linux-v6.6/include/net/netfilter/ |
D | nf_tables.h | 1690 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,
|