Searched refs:GRE_KEY (Results 1 – 9 of 9) sorted by relevance
146 if ((greh->flags & ~(GRE_KEY|GRE_CSUM)) != 0) in gre_gro_receive()158 if (greh->flags & GRE_KEY) in gre_gro_receive()203 if (greh->flags & GRE_KEY) { in gre_gro_receive()239 if (greh->flags & GRE_KEY) in gre_gro_complete()
322 if (!(p.i_flags & GRE_KEY)) in vti_tunnel_ioctl()324 if (!(p.o_flags & GRE_KEY)) in vti_tunnel_ioctl()334 p.i_flags |= GRE_KEY; in vti_tunnel_ioctl()335 p.o_flags |= GRE_KEY; in vti_tunnel_ioctl()
147 if (flags & GRE_KEY) in gre_flags_to_tnl_flags()170 flags |= GRE_KEY; in tnl_flags_to_gre_flags()219 if (greh->flags & GRE_KEY) { in parse_gre_header()
199 if (greflags[0] & GRE_KEY) { in _decode_session4()
379 if (flags&(GRE_CSUM|GRE_KEY|GRE_SEQ|GRE_ROUTING|GRE_VERSION)) { in ip6gre_err()382 if (flags&GRE_KEY) { in ip6gre_err()396 flags & GRE_KEY ? in ip6gre_err()467 if (flags&(GRE_CSUM|GRE_KEY|GRE_ROUTING|GRE_SEQ|GRE_VERSION)) { in ip6gre_rcv()478 if (flags&GRE_KEY) { in ip6gre_rcv()740 if (tunnel->parms.o_flags&(GRE_KEY|GRE_CSUM|GRE_SEQ)) { in ip6gre_xmit2()748 if (tunnel->parms.o_flags&GRE_KEY) { in ip6gre_xmit2()963 if (t->parms.o_flags&(GRE_CSUM|GRE_KEY|GRE_SEQ)) { in ip6gre_tnl_link_config()966 if (t->parms.o_flags&GRE_KEY) in ip6gre_tnl_link_config()1097 if (!(p.i_flags&GRE_KEY)) in ip6gre_tunnel_ioctl()[all …]
23 #define GRE_KEY __cpu_to_be16(0x2000) macro
144 if (gre_flags & GRE_KEY) in flow_dissector()
162 if (gre_flags & GRE_KEY) in parse_ip_proto()
370 if (hdr->flags & GRE_KEY) { in __skb_flow_dissect()