Searched refs:metatype (Results 1 – 10 of 10) sorted by relevance
1 # we reject an expression with missing metatype
1 # we reject an expression with ambiguous metatype
1 # we reject an expression with a metatype that is not a string
44 .metatype = NLA_U32,
44 .metatype = NLA_U16,
184 if (!mops->metaid || !mops->metatype || !mops->name || in register_ife_op()239 if (ops->metatype == NLA_U32) in ife_validate_metatype()241 else if (ops->metatype == NLA_U16) in ife_validate_metatype()
37 u16 metatype; /*netlink attribute type (look at net/netlink.h) */ member