Searched refs:VXLAN_F_IPV6 (Results 1 – 2 of 2) sorted by relevance
264 #define VXLAN_F_IPV6 0x20 macro289 VXLAN_F_IPV6 | \
3161 bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); in vxlan_change_mtu()3596 bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; in vxlan_sock_add()3667 conf->flags |= VXLAN_F_IPV6; in vxlan_config_validate()3762 if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != in vxlan_config_validate()3763 (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) in vxlan_config_validate()3787 bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); in vxlan_config_apply()