IFLA_BRPORT_PRIORITY
if (tb[IFLA_BRPORT_PRIORITY]) {
err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY]));
nla_put_u16(skb, IFLA_BRPORT_PRIORITY, p->priority) ||
[IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },