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.h902 struct nft_expr_type { struct
903 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
905 void (*release_ops)(const struct nft_expr_ops *ops);
906 const struct nft_expr_ops *ops;
907 const struct nft_expr_ops *inner_ops;
908 struct list_head list;
909 const char *name;
910 struct module *owner;
911 const struct nla_policy *policy;
912 unsigned int maxattr;
[all …]