Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_OAM_BIT (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dif_tunnel.h204 IP_TUNNEL_OAM_BIT, enumerator
/linux/net/psample/
H A Dpsample.c272 if (test_bit(IP_TUNNEL_OAM_BIT, tun_key->tun_flags) && in __psample_ip_tun_to_nlattr()
349 if (test_bit(IP_TUNNEL_OAM_BIT, tun_key->tun_flags)) in psample_tunnel_meta_len()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c109 geneveh->oam = test_bit(IP_TUNNEL_OAM_BIT, tun_info->key.tun_flags); in mlx5e_gen_ip_tunnel_header_geneve()
/linux/drivers/net/
H A Dgeneve.c231 __assign_bit(IP_TUNNEL_OAM_BIT, flags, gnvh->oam); in geneve_rx()
751 geneveh->oam = test_bit(IP_TUNNEL_OAM_BIT, info->key.tun_flags); in geneve_build_header()
/linux/net/openvswitch/
H A Dflow_netlink.c754 __set_bit(IP_TUNNEL_OAM_BIT, tun_flags); in ip_tun_from_nlattr()
936 if (test_bit(IP_TUNNEL_OAM_BIT, output->tun_flags) && in __ip_tun_to_nlattr()
/linux/net/core/
H A Dflow_dissector.c401 if (test_bit(IP_TUNNEL_OAM_BIT, key->tun_flags)) in skb_flow_dissect_tunnel_info()