Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnft_set_rbtree.c245 gc = nft_trans_gc_alloc(set, 0, GFP_ATOMIC); in nft_rbtree_gc_elem()
635 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL); in nft_rbtree_gc()
Dnft_set_hash.c337 gc = nft_trans_gc_alloc(set, gc_seq, GFP_KERNEL); in nft_rhash_gc()
Dnft_set_pipapo.c1706 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
Dnf_tables_api.c9976 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc() function
10029 return nft_trans_gc_alloc(set, gc_seq, gfp); in nft_trans_gc_queue_async()
10055 return nft_trans_gc_alloc(set, 0, gfp); in nft_trans_gc_queue_sync()
/linux-6.12.1/include/net/netfilter/
Dnf_tables.h1860 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,