Searched refs:gbp (Results 1 – 1 of 1) sorted by relevance
182 u32 gbp; member584 struct vxlanhdr_gbp *gbp; in vxlan_build_gbp_hdr() local586 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()