Searched refs:IFLA_VXLAN_LOCAL6 (Results 1 – 2 of 2) sorted by relevance
376 IFLA_VXLAN_LOCAL6, enumerator
2395 [IFLA_VXLAN_LOCAL6] = { .len = sizeof(struct in6_addr) },2614 } else if (data[IFLA_VXLAN_LOCAL6]) { in vxlan_newlink()2619 vxlan->saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_LOCAL6]); in vxlan_newlink()2830 if (nla_put_in6_addr(skb, IFLA_VXLAN_LOCAL6, in vxlan_fill_info()