Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dvxlan.h260 #define VXLAN_F_IPV6 0x20 macro
285 VXLAN_F_IPV6 | \
/Linux-v5.4/drivers/net/
Dvxlan.c2892 bool use_ipv6 = !!(vxlan->cfg.flags & VXLAN_F_IPV6); in vxlan_change_mtu()
3309 bool ipv6 = vxlan->cfg.flags & VXLAN_F_IPV6 || metadata; in vxlan_sock_add()
3380 conf->flags |= VXLAN_F_IPV6; in vxlan_config_validate()
3475 if ((tmp->cfg.flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6)) != in vxlan_config_validate()
3476 (conf->flags & (VXLAN_F_RCV_FLAGS | VXLAN_F_IPV6))) in vxlan_config_validate()
3500 bool use_ipv6 = !!(conf->flags & VXLAN_F_IPV6); in vxlan_config_apply()