Home
last modified time | relevance | path

Searched refs:TUNNEL_OAM (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dif_tunnel.h173 #define TUNNEL_OAM __cpu_to_be16(0x0200) macro
/Linux-v6.6/net/psample/
Dpsample.c271 if ((tun_key->tun_flags & TUNNEL_OAM) && in __psample_ip_tun_to_nlattr()
347 if (tun_key->tun_flags & TUNNEL_OAM) in psample_tunnel_meta_len()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_geneve.c109 geneveh->oam = !!(tun_info->key.tun_flags & TUNNEL_OAM); in mlx5e_gen_ip_tunnel_header_geneve()
/Linux-v6.6/drivers/net/
Dgeneve.c230 flags = TUNNEL_KEY | (gnvh->oam ? TUNNEL_OAM : 0) | in geneve_rx()
741 geneveh->oam = !!(info->key.tun_flags & TUNNEL_OAM); in geneve_build_header()
/Linux-v6.6/net/openvswitch/
Dflow_netlink.c745 tun_flags |= TUNNEL_OAM; in ip_tun_from_nlattr()
924 if ((output->tun_flags & TUNNEL_OAM) && in __ip_tun_to_nlattr()