IFLA_GRE_OKEY
if (data[IFLA_GRE_OKEY] &&
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
if (data[IFLA_GRE_OKEY])
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
nla_put_be32(skb, IFLA_GRE_OKEY, p->o_key) ||
[IFLA_GRE_OKEY] = { .type = NLA_U32 },
if (data[IFLA_GRE_OKEY] &&
(ntohl(nla_get_be32(data[IFLA_GRE_OKEY])) & ~ID_MASK))
if (data[IFLA_GRE_OKEY])
parms->o_key = nla_get_be32(data[IFLA_GRE_OKEY]);
nla_put_be32(skb, IFLA_GRE_OKEY, p->o_key) ||
[IFLA_GRE_OKEY] = { .type = NLA_U32 },