Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h729 struct nft_expr_type { struct
730 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
732 void (*release_ops)(const struct nft_expr_ops *ops);
733 const struct nft_expr_ops *ops;
734 struct list_head list;
735 const char *name;
736 struct module *owner;
737 const struct nla_policy *policy;
738 unsigned int maxattr;
739 u8 family;
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h883 struct nft_expr_type { struct
884 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
886 void (*release_ops)(const struct nft_expr_ops *ops);
887 const struct nft_expr_ops *ops;
888 const struct nft_expr_ops *inner_ops;
889 struct list_head list;
890 const char *name;
891 struct module *owner;
892 const struct nla_policy *policy;
893 unsigned int maxattr;
[all …]