IFLA_GRE_ERSPAN_HWID
if (data[IFLA_GRE_ERSPAN_HWID]) {
t->hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]);
if (nla_put_u16(skb, IFLA_GRE_ERSPAN_HWID, t->hwid))
[IFLA_GRE_ERSPAN_HWID] = { .type = NLA_U16 },
if (data[IFLA_GRE_ERSPAN_HWID]) {
u16 hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]);
if (data[IFLA_GRE_ERSPAN_HWID])
parms->hwid = nla_get_u16(data[IFLA_GRE_ERSPAN_HWID]);
if (nla_put_u16(skb, IFLA_GRE_ERSPAN_HWID, p->hwid))
[IFLA_GRE_ERSPAN_HWID] = { .type = NLA_U16 },