Home
last modified time | relevance | path

Searched refs:VXLAN_HF_VNI (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_vxlan.c100 vxh->vx_flags = VXLAN_HF_VNI; in mlx5e_gen_ip_tunnel_header_vxlan()
/linux-6.12.1/include/net/
Dvxlan.h31 #define VXLAN_HF_VNI cpu_to_be32(BIT(27)) macro
/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc_encap_actions.c324 vxlan->vx_flags = VXLAN_HF_VNI; in efx_gen_tun_header_vxlan()
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_core.c1685 if (!(unparsed.vx_flags & VXLAN_HF_VNI)) { in vxlan_rcv()
1692 unparsed.vx_flags &= ~VXLAN_HF_VNI; in vxlan_rcv()
1832 if (!(hdr->vx_flags & VXLAN_HF_VNI)) in vxlan_err_lookup()
2214 vxh->vx_flags = VXLAN_HF_VNI; in vxlan_build_skb()