Searched refs:nft_set_expr_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/netfilter/ |
D | nf_tables_api.c | 4990 static int nft_set_expr_alloc(struct nft_ctx *ctx, struct nft_set *set, in nft_set_expr_alloc() function 5249 err = nft_set_expr_alloc(&ctx, set, nla, exprs, &num_exprs, flags); in nf_tables_newset() 5339 err = nft_set_expr_alloc(&ctx, set, nla, set->exprs, &num_exprs, flags); in nf_tables_newset()
|