Searched refs:IFLA_VXLAN_LOCAL (Results 1 – 3 of 3) sorted by relevance
829 IFLA_VXLAN_LOCAL, enumerator
1352 IFLA_VXLAN_LOCAL, enumerator
3377 [IFLA_VXLAN_LOCAL] = { .len = sizeof_field(struct iphdr, saddr) },4082 if (data[IFLA_VXLAN_LOCAL]) { in vxlan_nl2conf()4084 NL_SET_ERR_MSG_ATTR(extack, tb[IFLA_VXLAN_LOCAL], "New local address family does not match old"); in vxlan_nl2conf()4088 conf->saddr.sin.sin_addr.s_addr = nla_get_in_addr(data[IFLA_VXLAN_LOCAL]); in vxlan_nl2conf()4501 if (nla_put_in_addr(skb, IFLA_VXLAN_LOCAL, in vxlan_fill_info()