Home
last modified time | relevance | path

Searched refs:GRE_CSUM (Results 1 – 13 of 13) 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()
156 if ((greh->flags & GRE_CSUM) && NAPI_GRO_CB(skb)->is_fou) in gre_gro_receive()
171 if (greh->flags & GRE_CSUM) in gre_gro_receive()
182 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) { in gre_gro_receive()
251 if (greh->flags & GRE_CSUM) in gre_gro_complete()
H A Dgre_demux.c86 if (greh->flags & GRE_CSUM) { in gre_parse_header()
/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.h25 #define GRE_CSUM __cpu_to_be16(0x8000) macro
35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_tunnel.h25 #define GRE_CSUM __cpu_to_be16(0x8000) macro
35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM)
/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.h25 #define GRE_CSUM __cpu_to_be16(0x8000) macro
35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM)
/OK3568_Linux_fs/kernel/include/net/
H A Dgre.h69 if (flags & GRE_CSUM) in gre_flags_to_tnl_flags()
92 flags |= GRE_CSUM; in gre_tnl_flags_to_gre_flags()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsockex2_kern.c144 if (gre_flags & GRE_CSUM) in flow_dissector()
H A Dsockex3_kern.c163 if (gre_flags & GRE_CSUM) in parse_ip_proto()
/OK3568_Linux_fs/kernel/net/core/
H A Dlwt_bpf.c564 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
H A Dflow_dissector.c552 if (hdr->flags & GRE_CSUM) in __skb_flow_dissect_gre()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.c1341 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_core.c1621 if ((greh->flags & ~GRE_CSUM) != 0) in ipvs_gre_decap()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c3382 if (greflags[0] & GRE_CSUM) in decode_session4()
3480 if (gre_hdr->flags & GRE_CSUM) in decode_session6()