IFLA_GENEVE_PORT
[IFLA_GENEVE_PORT] = { .type = NLA_U16 },
if (data[IFLA_GENEVE_PORT]) {
attrtype = IFLA_GENEVE_PORT;
info->key.tp_dst = nla_get_be16(data[IFLA_GENEVE_PORT]);
if (nla_put_be16(skb, IFLA_GENEVE_PORT, info->key.tp_dst))