Home
last modified time | relevance | path

Searched refs:GRE_KEY (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dgre_offload.c148 if ((greh->flags & ~(GRE_KEY|GRE_CSUM)) != 0) in gre_gro_receive()
168 if (greh->flags & GRE_KEY) in gre_gro_receive()
211 if (greh->flags & GRE_KEY) { in gre_gro_receive()
248 if (greh->flags & GRE_KEY) in gre_gro_complete()
H A Dip_vti.c383 if (!(p->i_flags & GRE_KEY)) in vti_tunnel_ctl()
385 if (!(p->o_flags & GRE_KEY)) in vti_tunnel_ctl()
395 p->i_flags |= GRE_KEY; in vti_tunnel_ctl()
396 p->o_flags |= GRE_KEY; in vti_tunnel_ctl()
H A Dgre_demux.c98 if (greh->flags & GRE_KEY) { in gre_parse_header()
H A Dip_gre.c1108 flags != (GRE_SEQ | GRE_KEY)) in erspan_validate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_tunnel.h27 #define GRE_KEY __cpu_to_be16(0x2000) macro
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tunnel.h27 #define GRE_KEY __cpu_to_be16(0x2000) macro
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_tunnel.h27 #define GRE_KEY __cpu_to_be16(0x2000) macro
37 #define GRE_IS_KEY(f) ((f) & GRE_KEY)
/OK3568_Linux_fs/kernel/include/net/
H A Dgre.h73 if (flags & GRE_KEY) in gre_flags_to_tnl_flags()
96 flags |= GRE_KEY; in gre_tnl_flags_to_gre_flags()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsockex2_kern.c146 if (gre_flags & GRE_KEY) in flow_dissector()
H A Dsockex3_kern.c165 if (gre_flags & GRE_KEY) in parse_ip_proto()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_vti.c762 u->i_flags |= GRE_KEY; in vti6_parm_to_user()
764 u->o_flags |= GRE_KEY; in vti6_parm_to_user()
H A Dip6_gre.c1305 if (!(p.i_flags&GRE_KEY)) in ip6gre_tunnel_ioctl()
1307 if (!(p.o_flags&GRE_KEY)) in ip6gre_tunnel_ioctl()
1716 flags != (GRE_SEQ | GRE_KEY)) in ip6erspan_tap_validate()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c546 if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY))) in __skb_flow_dissect_gre()
556 if (hdr->flags & GRE_KEY) { in __skb_flow_dissect_gre()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpptp.c203 hdr->gre_hd.flags = GRE_KEY | GRE_VERSION_1 | GRE_SEQ; in pptp_xmit()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c3381 if (greflags[0] & GRE_KEY) { in decode_session4()
3479 if (gre_hdr->flags & GRE_KEY) { in decode_session6()