Searched refs:gre_base_hdr (Results 1 – 15 of 15) sorted by relevance
28 if (unlikely(tnl_hlen < sizeof(struct gre_base_hdr))) in gre_gso_segment()63 struct gre_base_hdr *greh; in gre_gso_segment()83 greh = (struct gre_base_hdr *)skb_transport_header(skb); in gre_gso_segment()121 const struct gre_base_hdr *greh; in gre_gro_receive()191 const struct gre_base_hdr *greh2; in gre_gro_receive()204 greh2 = (struct gre_base_hdr *)(p->data + off); in gre_gro_receive()238 struct gre_base_hdr *greh = (struct gre_base_hdr *)(skb->data + nhoff); in gre_gro_complete()
65 const struct gre_base_hdr *greh; in gre_parse_header()69 if (unlikely(!pskb_may_pull(skb, nhs + sizeof(struct gre_base_hdr)))) in gre_parse_header()72 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()82 greh = (struct gre_base_hdr *)(skb->data + nhs); in gre_parse_header()
840 struct gre_base_hdr *greh; in ipgre_header()843 greh = (struct gre_base_hdr *)(iph+1); in ipgre_header()
8 struct gre_base_hdr { struct14 struct gre_base_hdr fixed_header; argument124 struct gre_base_hdr *greh; in gre_build_header()130 greh = (struct gre_base_hdr *)skb->data; in gre_build_header()
16 struct gre_base_hdr gre_hd;
15 struct gre_base_hdr { struct45 struct gre_base_hdr gre;
408 int32_t delta = sizeof(struct gre_base_hdr) - encap_overhead; in forward_with_gre()
32 struct gre_base_hdr *greh = (struct gre_base_hdr *)(buf); in mlx5e_gen_ip_tunnel_header_gretap()
170 const struct gre_base_hdr *grehdr; in gre_pkt_to_tuple()171 struct gre_base_hdr _grehdr; in gre_pkt_to_tuple()
284 const struct gre_base_hdr *greh; in gre_manip_pkt()
561 next_hdr_offset += sizeof(struct gre_base_hdr); in handle_gso_encap()565 if (((struct gre_base_hdr *)next_hdr)->flags & GRE_CSUM) in handle_gso_encap()
525 struct gre_base_hdr *hdr, _hdr; in __skb_flow_dissect_gre()550 offset += sizeof(struct gre_base_hdr); in __skb_flow_dissect_gre()
498 struct gre_base_hdr *gre;
1297 struct gre_base_hdr *greh; in efx_can_encap_offloads()1340 greh = (struct gre_base_hdr *)skb_transport_header(skb); in efx_can_encap_offloads()
1608 struct gre_base_hdr _greh, *greh; in ipvs_gre_decap()