IFLA_GENEVE_LABEL
[IFLA_GENEVE_LABEL] = { .type = NLA_U32 },
if (data[IFLA_GENEVE_LABEL]) {
info->key.label = nla_get_be32(data[IFLA_GENEVE_LABEL]) &
NL_SET_ERR_MSG_ATTR(extack, data[IFLA_GENEVE_LABEL],
nla_put_be32(skb, IFLA_GENEVE_LABEL, info->key.label))