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