GENEVE_UDP_PORT
l4.udp->dest == htons(GENEVE_UDP_PORT) ||
if (be16_to_cpu(enc_ports.key->dst) != GENEVE_UDP_PORT) {
udp_hdr(skb)->dest != cpu_to_be16(GENEVE_UDP_PORT))
if (port == GENEVE_UDP_PORT && mlx5_geneve_tx_allowed(priv->mdev))
case htons(GENEVE_UDP_PORT):
case htons(GENEVE_UDP_PORT):
init_tnl_info(&cfg.info, GENEVE_UDP_PORT);
if (port != GENEVE_UDP_PORT &&