Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/linux/
Dif_link.h529 IFLA_VXLAN_LOCAL, enumerator
/Linux-v5.15/include/uapi/linux/
Dif_link.h720 IFLA_VXLAN_LOCAL, enumerator
/Linux-v5.15/drivers/net/
Dvxlan.c3347 [IFLA_VXLAN_LOCAL] = { .len = sizeof_field(struct iphdr, saddr) },
4021 if (data[IFLA_VXLAN_LOCAL]) { in vxlan_nl2conf()
4023 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL], "New local address family does not match old"); in vxlan_nl2conf()
4027 conf->saddr.sin.sin_addr.s_addr = nla_get_in_addr(data[IFLA_VXLAN_LOCAL]); in vxlan_nl2conf()
4389 if (nla_put_in_addr(skb, IFLA_VXLAN_LOCAL, in vxlan_fill_info()