Searched refs:GRE_SEQ (Results 1 – 12 of 12) sorted by relevance
28 #define GRE_SEQ __cpu_to_be16(0x1000) macro37 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
28 #define GRE_SEQ __cpu_to_be16(0x1000) macro38 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
41 #define GRE_SEQ __cpu_to_be16(0x1000) macro50 #define GRE_IS_SEQ(f) ((f) & GRE_SEQ)
75 if (flags & GRE_SEQ) in gre_flags_to_tnl_flags()98 flags |= GRE_SEQ; in gre_tnl_flags_to_gre_flags()
104 if (unlikely(greh->flags & GRE_SEQ)) { in gre_parse_header()
1108 flags != (GRE_SEQ | GRE_KEY)) in erspan_validate()
148 if (gre_flags & GRE_SEQ) in flow_dissector()
167 if (gre_flags & GRE_SEQ) in parse_ip_proto()
203 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()
1341 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
579 if (hdr->flags & GRE_SEQ) in __skb_flow_dissect_gre()
1716 flags != (GRE_SEQ | GRE_KEY)) in ip6erspan_tap_validate()