Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_tables.h821 struct nft_expr_type { struct
822 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
824 void (*release_ops)(const struct nft_expr_ops *ops);
825 const struct nft_expr_ops *ops;
826 struct list_head list;
827 const char *name;
828 struct module *owner;
829 const struct nla_policy *policy;
830 unsigned int maxattr;
831 u8 family;
[all …]

Completed in 22 milliseconds