Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dgre_offload.c151 if ((greh->flags & ~(GRE_KEY|GRE_CSUM)) != 0) in gre_gro_receive()
159 if ((greh->flags & GRE_CSUM) && NAPI_GRO_CB(skb)->is_fou) in gre_gro_receive()
173 if (greh->flags & GRE_CSUM) in gre_gro_receive()
184 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) { in gre_gro_receive()
251 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 __assign_bit(IP_TUNNEL_CSUM_BIT, res, flags & GRE_CSUM); in gre_flags_to_tnl_flags()
85 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.c128 if (gre_flags & GRE_CSUM) in parse_ip_proto()
/linux/net/core/
A Dlwt_bpf.c566 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
A Dflow_dissector.c688 if (hdr->flags & GRE_CSUM) in __skb_flow_dissect_gre()
/linux/drivers/net/ethernet/sfc/siena/
A Defx_common.c1347 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/linux/drivers/net/ethernet/sfc/
A Defx_common.c1335 return !(greh->flags & (GRE_CSUM | GRE_SEQ)); in efx_can_encap_offloads()
/linux/net/netfilter/
A Dnft_payload.c110 if (gre->flags & GRE_CSUM) { in __nft_payload_inner_offset()
/linux/net/netfilter/ipvs/
A Dip_vs_core.c1557 if ((greh->flags & ~GRE_CSUM) != 0) in ipvs_gre_decap()

Completed in 44 milliseconds