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