Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h895 struct nft_expr_type { struct
896 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
898 void (*release_ops)(const struct nft_expr_ops *ops);
899 const struct nft_expr_ops *ops;
900 const struct nft_expr_ops *inner_ops;
901 struct list_head list;
902 const char *name;
903 struct module *owner;
904 const struct nla_policy *policy;
905 unsigned int maxattr;
[all …]