Home
last modified time | relevance | path

Searched refs:metatype (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/qapi-schema/
H A Dmissing-type.json1 # we reject an expression with missing metatype
H A Ddouble-type.json1 # we reject an expression with ambiguous metatype
H A Dbad-type-dict.json1 # we reject an expression with a metatype that is not a string
H A Dbad-type-bool.json1 # we reject an expression with a metatype that is not a string
H A Dbad-type-int.json1 # we reject an expression with a metatype that is not a string
/openbmc/linux/net/sched/
H A Dact_meta_skbprio.c44 .metatype = NLA_U32,
H A Dact_meta_mark.c44 .metatype = NLA_U32,
H A Dact_meta_skbtcindex.c44 .metatype = NLA_U16,
H A Dact_ife.c184 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()
/openbmc/linux/include/net/tc_act/
H A Dtc_ife.h37 u16 metatype; /*netlink attribute type (look at net/netlink.h) */ member