Home
last modified time | relevance | path

Searched refs:IFLA_VXLAN_LOCAL6 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/include/uapi/linux/
Dif_link.h736 IFLA_VXLAN_LOCAL6, enumerator
/linux-5.19.10/include/uapi/linux/
Dif_link.h805 IFLA_VXLAN_LOCAL6, enumerator
/linux-5.19.10/drivers/net/vxlan/
Dvxlan_core.c3219 [IFLA_VXLAN_LOCAL6] = { .len = sizeof(struct in6_addr) },
3920 } else if (data[IFLA_VXLAN_LOCAL6]) { in vxlan_nl2conf()
3922 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "IPv6 support not enabled in the kernel"); in vxlan_nl2conf()
3927 … NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "New local address family does not match old"); in vxlan_nl2conf()
3932 conf->saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_LOCAL6]); in vxlan_nl2conf()
4313 if (nla_put_in6_addr(skb, IFLA_VXLAN_LOCAL6, in vxlan_fill_info()