Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance
821 struct nft_expr_type { struct822 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,824 void (*release_ops)(const struct nft_expr_ops *ops);825 const struct nft_expr_ops *ops;826 struct list_head list;827 const char *name;828 struct module *owner;829 const struct nla_policy *policy;830 unsigned int maxattr;831 u8 family;[all …]
Completed in 22 milliseconds