Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/link/
Dvxlan.c100 [IFLA_VXLAN_LOCAL] = { .minlen = sizeof(uint32_t) },
187 if (tb[IFLA_VXLAN_LOCAL]) { in vxlan_parse()
188 nla_memcpy(&vxi->vxi_local, tb[IFLA_VXLAN_LOCAL], in vxlan_parse()
550 NLA_PUT(msg, IFLA_VXLAN_LOCAL, sizeof(vxi->vxi_local), &vxi->vxi_local); in vxlan_put_attrs()
/third_party/libnl/include/linux-private/linux/
Dif_link.h507 IFLA_VXLAN_LOCAL, enumerator