Searched refs:GRE_VERSION (Results 1 – 10 of 10) sorted by relevance
72 if (flags & GRE_VERSION) in gre_flags_to_tnl_flags()95 flags |= GRE_VERSION; in gre_tnl_flags_to_gre_flags()
107 switch (greh->flags & GRE_VERSION) { in gre_manip_pkt()
33 #define GRE_VERSION __cpu_to_be16(0x0007) macro
75 if (unlikely(greh->flags & (GRE_VERSION | GRE_ROUTING))) in gre_parse_header()
828 ((p.i_flags | p.o_flags) & (GRE_VERSION | GRE_ROUTING))) in ipgre_tunnel_ioctl()1086 if (flags & (GRE_VERSION|GRE_ROUTING)) in ipgre_tunnel_validate()
137 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in flow_dissector()
156 if (gre_flags & (GRE_VERSION|GRE_ROUTING)) in parse_ip_proto()
195 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()
442 if (flags & (GRE_VERSION | GRE_ROUTING)) in ip6gre_err()1271 if ((p.i_flags|p.o_flags)&(GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_ioctl()1636 if (flags & (GRE_VERSION|GRE_ROUTING)) in ip6gre_tunnel_validate()
371 gre_ver = ntohs(hdr->flags & GRE_VERSION); in __skb_flow_dissect_gre()