Searched refs:IFLA_VXLAN_GROUP6 (Results 1 – 3 of 3) sorted by relevance
737 IFLA_VXLAN_GROUP6, enumerator
817 IFLA_VXLAN_GROUP6, enumerator
3260 [IFLA_VXLAN_GROUP6] = { .len = sizeof(struct in6_addr) },3945 } else if (data[IFLA_VXLAN_GROUP6]) { in vxlan_nl2conf()3947 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_GROUP6], "IPv6 support not enabled in the kernel"); in vxlan_nl2conf()3952 …NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_GROUP6], "New group address family does not match old gr… in vxlan_nl2conf()3956 conf->remote_ip.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_GROUP6]); in vxlan_nl2conf()4360 if (nla_put_in6_addr(skb, IFLA_VXLAN_GROUP6, in vxlan_fill_info()