Searched refs:VXLAN_F_IPV6 (Results 1 – 2 of 2) sorted by relevance
254 #define VXLAN_F_IPV6 0x20 macro279 VXLAN_F_IPV6 | \
2537 bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); in vxlan_change_mtu()2930 bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; in vxlan_sock_add()3001 conf->flags |= VXLAN_F_IPV6; in vxlan_config_validate()3096 if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != in vxlan_config_validate()3097 (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) in vxlan_config_validate()3121 bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); in vxlan_config_apply()