Searched refs:vxflags (Results 1 – 1 of 1) sorted by relevance
1663 static void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gbp_hdr() argument1689 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan6_xmit_skb() argument1694 bool udp_sum = !(vxflags & VXLAN_F_UDP_ZERO_CSUM6_TX); in vxlan6_xmit_skb()1698 if ((vxflags & VXLAN_F_REMCSUM_TX) && in vxlan6_xmit_skb()1756 if (vxflags & VXLAN_F_GBP) in vxlan6_xmit_skb()1757 vxlan_build_gbp_hdr(vxh, vxflags, md); in vxlan6_xmit_skb()1763 !!(vxflags & VXLAN_F_UDP_ZERO_CSUM6_TX)); in vxlan6_xmit_skb()1774 struct vxlan_metadata *md, bool xnet, u32 vxflags) in vxlan_xmit_skb() argument1779 bool udp_sum = !!(vxflags & VXLAN_F_UDP_CSUM); in vxlan_xmit_skb()1783 if ((vxflags & VXLAN_F_REMCSUM_TX) && in vxlan_xmit_skb()[all …]