Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_tables.h876 struct nft_expr_type { struct
877 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
879 void (*release_ops)(const struct nft_expr_ops *ops);
880 const struct nft_expr_ops *ops;
881 struct list_head list;
882 const char *name;
883 struct module *owner;
884 const struct nla_policy *policy;
885 unsigned int maxattr;
886 u8 family;
[all …]