Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dvxlan.h178 #define VXLAN_F_L3MISS 0x10 macro
/linux-4.4.14/drivers/net/
Dvxlan.c1419 } else if (vxlan->flags & VXLAN_F_L3MISS) { in arp_reduce()
1576 } else if (vxlan->flags & VXLAN_F_L3MISS) { in neigh_reduce()
1609 if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { in route_shortcircuit()
1630 if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { in route_shortcircuit()
2963 conf.flags |= VXLAN_F_L3MISS; in vxlan_newlink()
3123 !!(vxlan->flags & VXLAN_F_L3MISS)) || in vxlan_fill_info()