Home
last modified time | relevance | path

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

/linux-6.6/include/net/netfilter/
Dnf_tables.h839 struct nft_expr_type { struct
840 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
842 void (*release_ops)(const struct nft_expr_ops *ops);
843 const struct nft_expr_ops *ops;
844 const struct nft_expr_ops *inner_ops;
845 struct list_head list;
846 const char *name;
847 struct module *owner;
848 const struct nla_policy *policy;
849 unsigned int maxattr;
[all …]