Searched defs:nft_object_type (Results 1 – 2 of 2) sorted by relevance
1179 struct nft_object_type { struct1180 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;
1313 struct nft_object_type { struct1314 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,1316 const struct nft_object_ops *ops;1317 struct list_head list;1318 u32 type;1319 unsigned int maxattr;1320 u8 family;1321 struct module *owner;1322 const struct nla_policy *policy;