IFLA_GRE_TTL
if (data[IFLA_GRE_TTL])
parms->iph.ttl = nla_get_u8(data[IFLA_GRE_TTL]);
nla_put_u8(skb, IFLA_GRE_TTL, p->iph.ttl) ||
[IFLA_GRE_TTL] = { .type = NLA_U8 },
if (data[IFLA_GRE_TTL])
parms->hop_limit = nla_get_u8(data[IFLA_GRE_TTL]);
nla_put_u8(skb, IFLA_GRE_TTL, p->hop_limit) ||
[IFLA_GRE_TTL] = { .type = NLA_U8 },