Searched refs:VXLAN_F_IPV6 (Results 1 – 3 of 3) sorted by relevance
312 #define VXLAN_F_IPV6 0x20 macro339 VXLAN_F_IPV6 | \
15 #define MLXSW_SP_NVE_VXLAN_IPV6_SUPPORTED_FLAGS (VXLAN_F_IPV6 | \
3037 bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); in vxlan_change_mtu()3481 bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; in vxlan_sock_add()3518 if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != in vxlan_vni_in_use()3519 (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) in vxlan_vni_in_use()3581 conf->flags |= VXLAN_F_IPV6; in vxlan_config_validate()3687 bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); in vxlan_config_apply()