Home
last modified time | relevance | path

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

/linux/include/net/
H A Dvxlan.h26 __be32 vx_flags; member
91 u8 vx_flags; member
596 vxh->vx_flags |= VXLAN_HF_GBP; in vxlan_build_gbp_hdr()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c27 __be32 vx_flags;
205 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv4()
335 vxlan_hdr->vx_flags = VXLAN_FLAGS; in __encap_ipv6()
53 __be32 vx_flags; global() member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c676 flags = vh->vx_flags; in vxlan_gro_prepare_receive()
695 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_prepare_receive()
1540 if (!(vh->vx_flags & VXLAN_HF_RCO) || skb->remcsum_offload) in vxlan_remcsum()
1564 if (!(vh->vx_flags & VXLAN_HF_GBP)) in vxlan_parse_gbp_hdr()
1665 if (!(vh->vx_flags & VXLAN_HF_VNI)) { in vxlan_rcv()
1667 ntohl(vh->vx_flags), ntohl(vh->vx_vni)); in vxlan_rcv()
1685 if (vh->vx_flags & vxlan->cfg.reserved_bits.vx_flags || in vxlan_rcv()
1824 if (!(hdr->vx_flags & VXLAN_HF_VNI)) in vxlan_err_lookup()
2222 vxh->vx_flags = VXLAN_HF_VNI; in vxlan_build_skb()
2230 vxh->vx_flags |= VXLAN_HF_RCO; in vxlan_build_skb()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c100 vxh->vx_flags = VXLAN_HF_VNI; in mlx5e_gen_ip_tunnel_header_vxlan()