Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h1179 struct nft_object_type { struct
1180 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,
1182 const struct nft_object_ops *ops;
1183 struct list_head list;
1184 u32 type;
1185 unsigned int maxattr;
1186 struct module *owner;
1187 const struct nla_policy *policy;
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h1375 struct nft_object_type { struct
1376 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,
1378 const struct nft_object_ops *ops;
1379 struct list_head list;
1380 u32 type;
1381 unsigned int maxattr;
1382 u8 family;
1383 struct module *owner;
1384 const struct nla_policy *policy;