Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dvxlan.h176 #define VXLAN_F_RSC 0x04 macro
/linux-4.4.14/drivers/net/
Dvxlan.c2180 if (f && (f->flags & NTF_ROUTER) && (vxlan->flags & VXLAN_F_RSC) && in vxlan_xmit()
2957 conf.flags |= VXLAN_F_RSC; in vxlan_newlink()
3119 nla_put_u8(skb, IFLA_VXLAN_RSC, !!(vxlan->flags & VXLAN_F_RSC)) || in vxlan_fill_info()