use_ipv6         2903 drivers/net/vxlan.c 	bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6);
use_ipv6         2910 drivers/net/vxlan.c 			      (use_ipv6 ? VXLAN6_HEADROOM : VXLAN_HEADROOM);
use_ipv6         3345 drivers/net/vxlan.c 	bool use_ipv6 = false;
use_ipv6         3388 drivers/net/vxlan.c 		use_ipv6 = true;
use_ipv6         3419 drivers/net/vxlan.c 	if (conf->label && !use_ipv6) {
use_ipv6         3436 drivers/net/vxlan.c 		if (use_ipv6) {
use_ipv6         3509 drivers/net/vxlan.c 	bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6);
use_ipv6         3536 drivers/net/vxlan.c 		max_mtu = lowerdev->mtu - (use_ipv6 ? VXLAN6_HEADROOM :
use_ipv6         3548 drivers/net/vxlan.c 	if (use_ipv6 || conf->flags & VXLAN_F_COLLECT_METADATA)