Searched refs:nft_trans_gc_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo.c | 1719 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL); 1753 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL); 1785 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL);
|
| H A D | nft_set_rbtree.c | 940 gc = nft_trans_gc_alloc(set, 0, GFP_KERNEL); in nft_rbtree_gc_queue()
|
| H A D | nf_tables_api.c | 10559 struct nft_trans_gc *nft_trans_gc_alloc(struct nft_set *set, in nft_trans_gc_alloc() function 10607 return nft_trans_gc_alloc(set, gc_seq, gfp); in nft_trans_gc_queue_async() 10633 return nft_trans_gc_alloc(set, 0, gfp); in nft_trans_gc_queue_sync()
|