Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_vxlan.c89 struct vxlanhdr *vxh; in mlx5e_gen_ip_tunnel_header_vxlan() local
91 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in mlx5e_gen_ip_tunnel_header_vxlan()
95 vxh->vx_flags = VXLAN_HF_VNI; in mlx5e_gen_ip_tunnel_header_vxlan()
96 vxh->vx_vni = vxlan_vni_field(tun_id); in mlx5e_gen_ip_tunnel_header_vxlan()
/linux/drivers/net/
A Dvxlan.c2305 gbp = (struct vxlanhdr_gbp *)vxh; in vxlan_build_gbp_hdr()
2306 vxh->vx_flags |= VXLAN_HF_GBP; in vxlan_build_gbp_hdr()
2320 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; in vxlan_build_gpe_hdr()
2334 struct vxlanhdr *vxh; in vxlan_build_skb() local
2363 vxh = __skb_push(skb, sizeof(*vxh)); in vxlan_build_skb()
2364 vxh->vx_flags = VXLAN_HF_VNI; in vxlan_build_skb()
2365 vxh->vx_vni = vxlan_vni_field(vni); in vxlan_build_skb()
2371 vxh->vx_vni |= vxlan_compute_rco(start, skb->csum_offset); in vxlan_build_skb()
2372 vxh->vx_flags |= VXLAN_HF_RCO; in vxlan_build_skb()
2381 vxlan_build_gbp_hdr(vxh, vxflags, md); in vxlan_build_skb()
[all …]

Completed in 11 milliseconds