Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_tunnels.h98 #define TUNNEL_OAM __cpu_to_be16(0x0200) macro
/linux-4.1.27/net/openvswitch/
Dvport-geneve.c93 (geneveh->oam ? TUNNEL_OAM : 0) | in geneve_rcv()
Dflow_netlink.c568 tun_flags |= TUNNEL_OAM; in ipv4_tun_from_nlattr()
675 if ((output->tun_flags & TUNNEL_OAM) && in __ipv4_tun_to_nlattr()
/linux-4.1.27/net/ipv4/
Dgeneve.c89 geneveh->oam = !!(tun_flags & TUNNEL_OAM); in geneve_build_header()