Home
last modified time | relevance | path

Searched refs:GRE_ROUTING (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/Linux-v5.4/include/net/
Dgre.h71 if (flags & GRE_ROUTING) in gre_flags_to_tnl_flags()
94 flags |= GRE_ROUTING; in gre_tnl_flags_to_gre_flags()
/Linux-v5.4/net/ipv4/
Dgre_demux.c71 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
Dip_gre.c758 ((p.i_flags | p.o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ioctl()
1016 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/Linux-v5.4/samples/bpf/
Dsockex2_kern.c138 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
Dsockex3_kern.c156 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/Linux-v5.4/net/ipv6/
Dip6_gre.c1263 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_ioctl()
1628 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/Linux-v5.4/net/core/
Dflow_dissector.c508 if (hdr->flags & GRE_ROUTING) in __skb_flow_dissect_gre()