Home
last modified time | relevance | path

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

/include/net/netfilter/
Dnf_tables.h899 struct nft_expr_type { struct
900 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
902 void (*release_ops)(const struct nft_expr_ops *ops);
903 const struct nft_expr_ops *ops;
904 const struct nft_expr_ops *inner_ops;
905 struct list_head list;
906 const char *name;
907 struct module *owner;
908 const struct nla_policy *policy;
909 unsigned int maxattr;
[all …]