Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dif_link.h526 IFLA_VXLAN_LOCAL, enumerator
/Linux-v5.10/include/uapi/linux/
Dif_link.h705 IFLA_VXLAN_LOCAL, enumerator
/Linux-v5.10/drivers/net/
Dvxlan.c3333 [IFLA_VXLAN_LOCAL] = { .len = sizeof_field(struct iphdr, saddr) },
4005 if (data[IFLA_VXLAN_LOCAL]) { in vxlan_nl2conf()
4007 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL], "New local address family does not match old"); in vxlan_nl2conf()
4011 conf->saddr.sin.sin_addr.s_addr = nla_get_in_addr(data[IFLA_VXLAN_LOCAL]); in vxlan_nl2conf()
4373 if (nla_put_in_addr(skb, IFLA_VXLAN_LOCAL, in vxlan_fill_info()