GRE_KEY           203 drivers/net/ppp/pptp.c 	hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ;
GRE_KEY            73 include/net/gre.h 	if (flags & GRE_KEY)
GRE_KEY            96 include/net/gre.h 		flags |= GRE_KEY;
GRE_KEY            37 include/uapi/linux/if_tunnel.h #define GRE_IS_KEY(f)		((f) & GRE_KEY)
GRE_KEY           535 net/core/flow_dissector.c 		if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY)))
GRE_KEY           545 net/core/flow_dissector.c 	if (hdr->flags & GRE_KEY) {
GRE_KEY            98 net/ipv4/gre_demux.c 	if (greh->flags & GRE_KEY) {
GRE_KEY           139 net/ipv4/gre_offload.c 	if ((greh->flags & ~(GRE_KEY|GRE_CSUM)) != 0)
GRE_KEY           159 net/ipv4/gre_offload.c 	if (greh->flags & GRE_KEY)
GRE_KEY           202 net/ipv4/gre_offload.c 		if (greh->flags & GRE_KEY) {
GRE_KEY           239 net/ipv4/gre_offload.c 	if (greh->flags & GRE_KEY)
GRE_KEY          1071 net/ipv4/ip_gre.c 	    flags != (GRE_SEQ | GRE_KEY))
GRE_KEY           416 net/ipv4/ip_vti.c 	if (!(p.i_flags & GRE_KEY))
GRE_KEY           418 net/ipv4/ip_vti.c 	if (!(p.o_flags & GRE_KEY))
GRE_KEY           428 net/ipv4/ip_vti.c 		p.i_flags |= GRE_KEY;
GRE_KEY           429 net/ipv4/ip_vti.c 		p.o_flags |= GRE_KEY;
GRE_KEY          1266 net/ipv6/ip6_gre.c 		if (!(p.i_flags&GRE_KEY))
GRE_KEY          1268 net/ipv6/ip6_gre.c 		if (!(p.o_flags&GRE_KEY))
GRE_KEY          1677 net/ipv6/ip6_gre.c 	    flags != (GRE_SEQ | GRE_KEY))
GRE_KEY           754 net/ipv6/ip6_vti.c 		u->i_flags |= GRE_KEY;
GRE_KEY           756 net/ipv6/ip6_vti.c 		u->o_flags |= GRE_KEY;
GRE_KEY          3356 net/xfrm/xfrm_policy.c 				if (greflags[0] & GRE_KEY) {
GRE_KEY           145 samples/bpf/sockex2_kern.c 		if (gre_flags & GRE_KEY)
GRE_KEY           162 samples/bpf/sockex3_kern.c 		if (gre_flags & GRE_KEY)