Lines Matching refs:vxflags
1512 struct sk_buff *skb, u32 vxflags) in vxlan_remcsum() argument
1526 !!(vxflags & VXLAN_F_REMCSUM_NOPARTIAL)); in vxlan_remcsum()
1534 struct sk_buff *skb, u32 vxflags, in vxlan_parse_gbp_hdr() argument
1557 if (!(vxflags & VXLAN_F_COLLECT_METADATA)) in vxlan_parse_gbp_hdr()
1565 struct sk_buff *skb, u32 vxflags) in vxlan_parse_gpe_hdr() argument
2118 static void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gbp_hdr() argument
2138 static int vxlan_build_gpe_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gpe_hdr() argument
2152 struct vxlan_metadata *md, u32 vxflags, in vxlan_build_skb() argument
2161 if ((vxflags & VXLAN_F_REMCSUM_TX) && in vxlan_build_skb()
2201 if (vxflags & VXLAN_F_GBP) in vxlan_build_skb()
2202 vxlan_build_gbp_hdr(vxh, vxflags, md); in vxlan_build_skb()
2203 if (vxflags & VXLAN_F_GPE) { in vxlan_build_skb()
2204 err = vxlan_build_gpe_hdr(vxh, vxflags, skb->protocol); in vxlan_build_skb()