Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_tables.h892 struct nft_expr_type { struct
893 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
895 void (*release_ops)(const struct nft_expr_ops *ops);
896 const struct nft_expr_ops *ops;
897 const struct nft_expr_ops *inner_ops;
898 struct list_head list;
899 const char *name;
900 struct module *owner;
901 const struct nla_policy *policy;
902 unsigned int maxattr;
[all …]