Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dvxlan.h252 #define VXLAN_F_L2MISS 0x08 macro
/Linux-v4.19/drivers/net/
Dvxlan.c2336 if ((vxlan->cfg.flags & VXLAN_F_L2MISS) && in vxlan_xmit()
3345 conf->flags |= VXLAN_F_L2MISS; in vxlan_nl2conf()
3610 !!(vxlan->cfg.flags & VXLAN_F_L2MISS)) || in vxlan_fill_info()