Searched refs:expr_info (Results 1 – 1 of 1) sorted by relevance
2742 const struct nft_expr_info *expr_info, in nf_tables_newexpr() argument2745 const struct nft_expr_ops *ops = expr_info->ops; in nf_tables_newexpr()2750 err = ops->init(ctx, expr, (const struct nlattr **)expr_info->tb); in nf_tables_newexpr()2774 struct nft_expr_info expr_info; in nft_expr_init() local2779 err = nf_tables_expr_parse(ctx, nla, &expr_info); in nft_expr_init()2784 expr = kzalloc(expr_info.ops->size, GFP_KERNEL); in nft_expr_init()2788 err = nf_tables_newexpr(ctx, &expr_info, expr); in nft_expr_init()2796 owner = expr_info.ops->type->owner; in nft_expr_init()2797 if (expr_info.ops->type->release_ops) in nft_expr_init()2798 expr_info.ops->type->release_ops(expr_info.ops); in nft_expr_init()[all …]