Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
756 struct nft_expr_type { struct757 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,759 void (*release_ops)(const struct nft_expr_ops *ops);760 const struct nft_expr_ops *ops;761 struct list_head list;762 const char *name;763 struct module *owner;764 const struct nla_policy *policy;765 unsigned int maxattr;766 u8 family;[all …]