Searched refs:GRE_ROUTING (Results 1 – 4 of 4) sorted by relevance
25 #define GRE_ROUTING __cpu_to_be16(0x4000) macro35 #define GRE_IS_ROUTING(f) ((f) & GRE_ROUTING)
22 #define GRE_ROUTING __cpu_to_be16(0x4000) macro
341 if (gre_flags & (GRE_VERSION | GRE_ROUTING)) in flow_dissector()