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