VXLAN_F_IPV6
#define MLXSW_SP_NVE_VXLAN_IPV6_SUPPORTED_FLAGS (VXLAN_F_IPV6 | \
vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6),
bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata;
if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) !=
(conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)))
conf->flags |= VXLAN_F_IPV6;
flags |= VXLAN_F_IPV6;
VXLAN_F_IPV6 | \
return (flags & VXLAN_F_IPV6 ? sizeof(struct ipv6hdr) :