Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/linux/include/net/
A Dgre.h70 __assign_bit(IP_TUNNEL_ROUTING_BIT, res, flags & GRE_ROUTING); in gre_flags_to_tnl_flags()
87 flags |= GRE_ROUTING; in gre_tnl_flags_to_gre_flags()
/linux/net/ipv4/
A Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
A Dip_gre.c827 ((i_flags | o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1089 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/linux/samples/bpf/
A Dsockex2_kern.c139 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
A Dsockex3_kern.c124 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/linux/net/netfilter/
A Dnft_payload.c107 if (gre->flags & GRE_ROUTING) in __nft_payload_inner_offset()
/linux/net/ipv6/
A Dip6_gre.c1322 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_siocdevprivate()
1673 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/linux/net/core/
A Dflow_dissector.c671 if (hdr->flags & GRE_ROUTING) in __skb_flow_dissect_gre()

Completed in 24 milliseconds