Home
last modified time | relevance | path

Searched defs:nft_expr_type (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/include/net/netfilter/
Dnf_tables.h756 struct nft_expr_type { struct
757 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 …]