IFLA_BR_PRIORITY
[IFLA_BR_PRIORITY] = { .type = NLA_U16 },
if (data[IFLA_BR_PRIORITY]) {
u32 priority = nla_get_u16(data[IFLA_BR_PRIORITY]);
nla_put_u16(skb, IFLA_BR_PRIORITY, priority) ||