Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
883 struct nft_expr_type { struct884 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,886 void (*release_ops)(const struct nft_expr_ops *ops);887 const struct nft_expr_ops *ops;888 const struct nft_expr_ops *inner_ops;889 struct list_head list;890 const char *name;891 struct module *owner;892 const struct nla_policy *policy;893 unsigned int maxattr;[all …]