Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dvxlan.h122 #define VXLAN_F_RSC 0x04 macro
/linux-4.1.27/drivers/net/
Dvxlan.c2081 if (f && (f->flags & NTF_ROUTER) && (vxlan->flags & VXLAN_F_RSC) && in vxlan_xmit()
2671 vxlan->flags |= VXLAN_F_RSC; in vxlan_newlink()
2843 nla_put_u8(skb, IFLA_VXLAN_RSC, !!(vxlan->flags & VXLAN_F_RSC)) || in vxlan_fill_info()