NET_SHAPER_A_PRIORITY
nla_put_u32(msg, NET_SHAPER_A_PRIORITY, shaper->priority)) ||
if (tb[NET_SHAPER_A_PRIORITY] &&
bad = tb[NET_SHAPER_A_PRIORITY];
if (tb[NET_SHAPER_A_PRIORITY])
shaper->priority = nla_get_u32(tb[NET_SHAPER_A_PRIORITY]);
[NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
[NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },
[NET_SHAPER_A_PRIORITY] = { .type = NLA_U32, },