Home
last modified time | relevance | path

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

/external/libnl/lib/route/link/
Dvxlan.c47 #define VXLAN_HAS_PROXY (1<<10) macro
174 vxi->vxi_mask |= VXLAN_HAS_PROXY; in vxlan_parse()
290 if (vxi->vxi_mask & VXLAN_HAS_PROXY) { in vxlan_dump_details()
380 if (vxi->vxi_mask & VXLAN_HAS_PROXY) in vxlan_put_attrs()
923 vxi->vxi_mask |= VXLAN_HAS_PROXY; in rtnl_link_vxlan_set_proxy()
940 if (!(vxi->vxi_mask & VXLAN_HAS_PROXY)) in rtnl_link_vxlan_get_proxy()