Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
900 struct nft_expr_type { struct901 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,903 void (*release_ops)(const struct nft_expr_ops *ops);904 const struct nft_expr_ops *ops;905 const struct nft_expr_ops *inner_ops;906 struct list_head list;907 const char *name;908 struct module *owner;909 const struct nla_policy *policy;910 unsigned int maxattr;[all …]