GRE_SEQ           203 drivers/net/ppp/pptp.c 	hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ;
GRE_SEQ            75 include/net/gre.h 	if (flags & GRE_SEQ)
GRE_SEQ            98 include/net/gre.h 		flags |= GRE_SEQ;
GRE_SEQ            38 include/uapi/linux/if_tunnel.h #define GRE_IS_SEQ(f)		((f) & GRE_SEQ)
GRE_SEQ           568 net/core/flow_dissector.c 	if (hdr->flags & GRE_SEQ)
GRE_SEQ           104 net/ipv4/gre_demux.c 	if (unlikely(greh->flags & GRE_SEQ)) {
GRE_SEQ          1071 net/ipv4/ip_gre.c 	    flags != (GRE_SEQ | GRE_KEY))
GRE_SEQ          1677 net/ipv6/ip6_gre.c 	    flags != (GRE_SEQ | GRE_KEY))
GRE_SEQ           147 samples/bpf/sockex2_kern.c 		if (gre_flags & GRE_SEQ)
GRE_SEQ           164 samples/bpf/sockex3_kern.c 		if (gre_flags & GRE_SEQ)