Searched defs:nft_object_type (Results 1 – 1 of 1) sorted by relevance
1423 struct nft_object_type { struct1424 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,1426 const struct nft_object_ops *ops;1427 struct list_head list;1428 u32 type;1429 unsigned int maxattr;1430 u8 family;1431 struct module *owner;1432 const struct nla_policy *policy;