FRA_PRIORITY
if (nla_put_u32(skb, FRA_PRIORITY, FIB_RULE_PREF))
nla_put_u32(skb, FRA_PRIORITY, rule->pref)) ||
if (tb[FRA_PRIORITY]) {
nlrule->pref = nla_get_u32(tb[FRA_PRIORITY]);
if (!tb[FRA_PRIORITY])
[FRA_PRIORITY] = { .type = NLA_U32 },