Home
last modified time | relevance | path

Searched refs:GRE_CSUM (Results 1 – 11 of 11) sorted by relevance

/linux/net/ipv4/
A Dgre_offload.c152 if ((greh->flags & ~(GRE_KEY|GRE_CSUM)) != 0) in gre_gro_receive()
160 if ((greh->flags & GRE_CSUM) && NAPI_GRO_CB(skb)->is_fou) in gre_gro_receive()
175 if (greh->flags & GRE_CSUM) in gre_gro_receive()
186 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) { in gre_gro_receive()
255 if (greh->flags & GRE_CSUM) in gre_gro_complete()
A Dgre_demux.c86 if (greh->flags & GRE_CSUM) { in gre_parse_header()
/linux/include/uapi/linux/
A Dif_tunnel.h25 #define GRE_CSUM __cpu_to_be16(0x8000) macro
35 #define GRE_IS_CSUM(f) ((f) & GRE_CSUM)
/linux/include/net/
A Dgre.h69 if (flags & GRE_CSUM) in gre_flags_to_tnl_flags()
92 flags |= GRE_CSUM; in gre_tnl_flags_to_gre_flags()
/linux/samples/bpf/
A Dsockex2_kern.c144 if (gre_flags & GRE_CSUM) in flow_dissector()
A Dsockex3_kern.c163 if (gre_flags & GRE_CSUM) in parse_ip_proto()
/linux/net/core/
A Dlwt_bpf.c565 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
A Dflow_dissector.c560 if (hdr->flags & GRE_CSUM) in __skb_flow_dissect_gre()
/linux/drivers/net/ethernet/sfc/
A Defx_common.c1343 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/linux/net/netfilter/ipvs/
A Dip_vs_core.c1562 if ((greh->flags & ~GRE_CSUM) != 0) in ipvs_gre_decap()
/linux/net/xfrm/
A Dxfrm_policy.c3340 if (greflags[0] & GRE_CSUM) in decode_session4()

Completed in 28 milliseconds