VXLAN_F_IPV6 2903 drivers/net/vxlan.c bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); VXLAN_F_IPV6 3318 drivers/net/vxlan.c bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; VXLAN_F_IPV6 3389 drivers/net/vxlan.c conf->flags |= VXLAN_F_IPV6; VXLAN_F_IPV6 3484 drivers/net/vxlan.c if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != VXLAN_F_IPV6 3485 drivers/net/vxlan.c (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) VXLAN_F_IPV6 3509 drivers/net/vxlan.c bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); VXLAN_F_IPV6 285 include/net/vxlan.h VXLAN_F_IPV6 | \