Home
last modified time | relevance | path

Searched refs:VXLAN_F_IPV6 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/net/
Dvxlan.h264 #define VXLAN_F_IPV6 0x20 macro
289 VXLAN_F_IPV6 | \
/Linux-v5.10/drivers/net/
Dvxlan.c3149 bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); in vxlan_change_mtu()
3584 bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; in vxlan_sock_add()
3655 conf->flags |= VXLAN_F_IPV6; in vxlan_config_validate()
3750 if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != in vxlan_config_validate()
3751 (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) in vxlan_config_validate()
3775 bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); in vxlan_config_apply()