Home
last modified time | relevance | path

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

/include/net/
Dvxlan.h182 u32 gbp; member
584 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local
586 if (!md->gbp) in vxlan_build_gbp_hdr()
589 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_build_gbp_hdr()
592 if (md->gbp & VXLAN_GBP_DONT_LEARN) in vxlan_build_gbp_hdr()
593 gbp->dont_learn = 1; in vxlan_build_gbp_hdr()
595 if (md->gbp & VXLAN_GBP_POLICY_APPLIED) in vxlan_build_gbp_hdr()
596 gbp->policy_applied = 1; in vxlan_build_gbp_hdr()
598 gbp->policy_id = htons(md->gbp & VXLAN_GBP_ID_MASK); in vxlan_build_gbp_hdr()