Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h173 #define TUNNEL_OAM __cpu_to_be16(0x0200) macro
/openbmc/linux/net/psample/
H A Dpsample.c272 if ((tun_key->tun_flags & TUNNEL_OAM) && in __psample_ip_tun_to_nlattr()
348 if (tun_key->tun_flags & TUNNEL_OAM) in psample_tunnel_meta_len()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c109 geneveh->oam = !!(tun_info->key.tun_flags & TUNNEL_OAM); in mlx5e_gen_ip_tunnel_header_geneve()
/openbmc/linux/drivers/net/
H A Dgeneve.c230 flags = TUNNEL_KEY | (gnvh->oam ? TUNNEL_OAM : 0) | in geneve_rx()
756 geneveh->oam = !!(info->key.tun_flags & TUNNEL_OAM); in geneve_build_header()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c746 tun_flags |= TUNNEL_OAM; in ip_tun_from_nlattr()
925 if ((output->tun_flags & TUNNEL_OAM) && in __ip_tun_to_nlattr()