Searched refs:IFLA_VXLAN_LOCAL6 (Results 1 – 2 of 2) sorted by relevance
437 IFLA_VXLAN_LOCAL6, enumerator
2562 [IFLA_VXLAN_LOCAL6] = { .len = sizeof(struct in6_addr) },2929 } else if (data[IFLA_VXLAN_LOCAL6]) { in vxlan_newlink()2934 conf.saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_LOCAL6]); in vxlan_newlink()3106 if (nla_put_in6_addr(skb, IFLA_VXLAN_LOCAL6, in vxlan_fill_info()