Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/include/net/
Dvxlan.h31 #define VXLAN_HF_VNI cpu_to_be32(BIT(27)) macro
/linux-6.6.21/drivers/net/ethernet/sfc/
Dtc_encap_actions.c324 vxlan->vx_flags = VXLAN_HF_VNI; in efx_gen_tun_header_vxlan()
/linux-6.6.21/drivers/net/vxlan/
Dvxlan_core.c1680 if (!(unparsed.vx_flags & VXLAN_HF_VNI)) { in vxlan_rcv()
1687 unparsed.vx_flags &= ~VXLAN_HF_VNI; in vxlan_rcv()
1809 if (!(hdr->vx_flags & VXLAN_HF_VNI)) in vxlan_err_lookup()
2189 vxh->vx_flags = VXLAN_HF_VNI; in vxlan_build_skb()