Home
last modified time | relevance | path

Searched refs:IFLA_VXLAN_LOCAL6 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dif_link.h539 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_link.h718 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_link.h818 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_link.h439 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dif_link.h738 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_link.h439 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_link.h410 IFLA_VXLAN_LOCAL6, enumerator
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c3343 [IFLA_VXLAN_LOCAL6] = { .len = sizeof(struct in6_addr) },
4020 } else if (data[IFLA_VXLAN_LOCAL6]) { in vxlan_nl2conf()
4022 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "IPv6 support not enabled in the kernel"); in vxlan_nl2conf()
4027 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "New local address family does not match old"); in vxlan_nl2conf()
4032 conf->saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_LOCAL6]); in vxlan_nl2conf()
4385 if (nla_put_in6_addr(skb, IFLA_VXLAN_LOCAL6, in vxlan_fill_info()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c3263 [IFLA_VXLAN_LOCAL6] = { .len = sizeof(struct in6_addr) },
3968 } else if (data[IFLA_VXLAN_LOCAL6]) { in vxlan_nl2conf()
3970 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "IPv6 support not enabled in the kernel"); in vxlan_nl2conf()
3975 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL6], "New local address family does not match old"); in vxlan_nl2conf()
3980 conf->saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_VXLAN_LOCAL6]); in vxlan_nl2conf()
4377 if (nla_put_in6_addr(skb, IFLA_VXLAN_LOCAL6, in vxlan_fill_info()

Completed in 36 milliseconds