Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
893 struct nft_expr_type { struct894 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,896 void (*release_ops)(const struct nft_expr_ops *ops);897 const struct nft_expr_ops *ops;898 const struct nft_expr_ops *inner_ops;899 struct list_head list;900 const char *name;901 struct module *owner;902 const struct nla_policy *policy;903 unsigned int maxattr;[all …]