Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h181 #define TUNNEL_OPTIONS_PRESENT \ macro
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c711 ~TUNNEL_OPTIONS_PRESENT); in ip_tun_build_state()
815 if (!(tun_info->key.tun_flags & TUNNEL_OPTIONS_PRESENT)) in ip_tun_fill_encap_opts()
860 if (!(info->key.tun_flags & TUNNEL_OPTIONS_PRESENT)) in ip_tun_opts_nlsize()
990 ~TUNNEL_OPTIONS_PRESENT); in ip6_tun_build_state()
/openbmc/linux/net/core/
H A Dflow_dissector.c467 TUNNEL_OPTIONS_PRESENT; in skb_flow_dissect_tunnel_info()
H A Dfilter.c4741 !(info->key.tun_flags & TUNNEL_OPTIONS_PRESENT))) { in BPF_CALL_3()
4863 ip_tunnel_info_opts_set(info, from, size, TUNNEL_OPTIONS_PRESENT); in BPF_CALL_3()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2032 if (output->tun_key.tun_flags & TUNNEL_OPTIONS_PRESENT) in __ovs_nla_put_key()