Home
last modified time | relevance | path

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

/include/net/
Dvxlan.h122 #define VXLAN_GBP_DONT_LEARN (BIT(6) << 16) macro
126 #define VXLAN_GBP_MASK (VXLAN_GBP_DONT_LEARN | VXLAN_GBP_POLICY_APPLIED | \
592 if (md->gbp & VXLAN_GBP_DONT_LEARN) in vxlan_build_gbp_hdr()