IFA_RT_PRIORITY
[IFA_RT_PRIORITY] = { .type = NLA_U32 },
nla_put_u32(skb, IFA_RT_PRIORITY, ifa->ifa_rt_priority)) ||
if (tb[IFA_RT_PRIORITY])
ifa->ifa_rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
[IFA_RT_PRIORITY] = { .len = sizeof(u32) },
if (tb[IFA_RT_PRIORITY])
cfg.rt_priority = nla_get_u32(tb[IFA_RT_PRIORITY]);
if (priority && nla_put_u32(skb, IFA_RT_PRIORITY, priority))