Home
last modified time | relevance | path

Searched refs:GRE_ROUTING (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dgre.h71 if (flags & GRE_ROUTING) in gre_flags_to_tnl_flags()
94 flags |= GRE_ROUTING; in gre_tnl_flags_to_gre_flags()
/kernel/linux/linux-6.6/include/net/
H A Dgre.h71 if (flags & GRE_ROUTING) in gre_flags_to_tnl_flags()
94 flags |= GRE_ROUTING; in gre_tnl_flags_to_gre_flags()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
35 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h39 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
48 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h39 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
48 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex2_kern.c139 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
H A Dsockex3_kern.c159 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/kernel/linux/linux-5.10/net/ipv4/
H A Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
H A Dip_gre.c792 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1052 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/kernel/linux/linux-6.6/net/ipv4/
H A Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
H A Dip_gre.c796 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1053 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/kernel/linux/linux-6.6/samples/bpf/
H A Dsockex2_kern.c139 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
H A Dsockex3_kern.c124 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c1306 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_ioctl()
1670 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c1306 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_siocdevprivate()
1667 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_payload.c116 if (gre->flags & GRE_ROUTING) in __nft_payload_inner_offset()
/kernel/linux/linux-5.10/net/core/
H A Dflow_dissector.c535 if (hdr->flags & GRE_ROUTING) in __skb_flow_dissect_gre()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c647 if (hdr->flags & GRE_ROUTING) in __skb_flow_dissect_gre()

Completed in 29 milliseconds