Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_pipapo.c1697 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
1731 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
1763 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
H A Dnft_set_hash.c430 gc = nft_trans_gc_alloc(set, gc_seq, GFP_KERNEL); in nft_rhash_gc()
H A Dnft_set_rbtree.c943 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL); in nft_rbtree_gc_queue()
H A Dnf_tables_api.c10445 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc() function
10493 return nft_trans_gc_alloc(set, gc_seq, gfp); in nft_trans_gc_queue_async()
10519 return nft_trans_gc_alloc(set, 0, gfp); in nft_trans_gc_queue_sync()
/linux/include/net/netfilter/
H A Dnf_tables.h1896 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set,