Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dvxlan.h264 #define VXLAN_F_IPV6 0x20 macro
289 VXLAN_F_IPV6 | \
/kernel/linux/linux-5.10/drivers/net/
Dvxlan.c3161 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()