Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
877 struct nft_expr_type { struct878 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,880 void (*release_ops)(const struct nft_expr_ops *ops);881 const struct nft_expr_ops *ops;882 const struct nft_expr_ops *inner_ops;883 struct list_head list;884 const char *name;885 struct module *owner;886 const struct nla_policy *policy;887 unsigned int maxattr;[all …]