Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_tunnel.h26 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
36 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dgre_demux.c73 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
H A Dip_gre.c789 ((p->i_flags | p->o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ctl()
1049 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_gre.c1302 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_ioctl()
1666 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c535 if (hdr->flags & GRE_ROUTING) in __skb_flow_dissect_gre()