Searched defs:nft_object_type (Results 1 – 1 of 1) sorted by relevance
1416 struct nft_object_type { struct1417 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *,1419 const struct nft_object_ops *ops;1420 struct list_head list;1421 u32 type;1422 unsigned int maxattr;1423 u8 family;1424 struct module *owner;1425 const struct nla_policy *policy;