Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds