Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_tables.h845 struct nft_expr_type { struct
846 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
848 void (*release_ops)(const struct nft_expr_ops *ops);
849 const struct nft_expr_ops *ops;
850 struct list_head list;
851 const char *name;
852 struct module *owner;
853 const struct nla_policy *policy;
854 unsigned int maxattr;
855 u8 family;
[all …]