vxh 89 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c struct vxlanhdr *vxh; vxh 91 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); vxh 95 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c vxh->vx_flags = VXLAN_HF_VNI; vxh 96 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c vxh->vx_vni = vxlan_vni_field(tun_id); vxh 2122 drivers/net/vxlan.c static void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, u32 vxflags, vxh 2130 drivers/net/vxlan.c gbp = (struct vxlanhdr_gbp *)vxh; vxh 2131 drivers/net/vxlan.c vxh->vx_flags |= VXLAN_HF_GBP; vxh 2142 drivers/net/vxlan.c static int vxlan_build_gpe_hdr(struct vxlanhdr *vxh, u32 vxflags, vxh 2145 drivers/net/vxlan.c struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; vxh 2159 drivers/net/vxlan.c struct vxlanhdr *vxh; vxh 2188 drivers/net/vxlan.c vxh = __skb_push(skb, sizeof(*vxh)); vxh 2189 drivers/net/vxlan.c vxh->vx_flags = VXLAN_HF_VNI; vxh 2190 drivers/net/vxlan.c vxh->vx_vni = vxlan_vni_field(vni); vxh 2196 drivers/net/vxlan.c vxh->vx_vni |= vxlan_compute_rco(start, skb->csum_offset); vxh 2197 drivers/net/vxlan.c vxh->vx_flags |= VXLAN_HF_RCO; vxh 2206 drivers/net/vxlan.c vxlan_build_gbp_hdr(vxh, vxflags, md); vxh 2208 drivers/net/vxlan.c err = vxlan_build_gpe_hdr(vxh, vxflags, skb->protocol);