IFA_PROTO
[IFA_PROTO] = { .type = NLA_U8 },
nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) ||
if (tb[IFA_PROTO])
ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]);
[IFA_PROTO] = { .type = NLA_U8 },
if (tb[IFA_PROTO])
cfg.ifa_proto = nla_get_u8(tb[IFA_PROTO]);
if (proto && nla_put_u8(skb, IFA_PROTO, proto))