Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dvxlan.h124 #define VXLAN_F_L3MISS 0x10 macro
/linux-4.1.27/drivers/net/
Dvxlan.c1406 } else if (vxlan->flags & VXLAN_F_L3MISS) { in arp_reduce()
1563 } else if (vxlan->flags & VXLAN_F_L3MISS) { in neigh_reduce()
1596 if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { in route_shortcircuit()
1617 if (!n && (vxlan->flags & VXLAN_F_L3MISS)) { in route_shortcircuit()
2677 vxlan->flags |= VXLAN_F_L3MISS; in vxlan_newlink()
2847 !!(vxlan->flags & VXLAN_F_L3MISS)) || in vxlan_fill_info()