Searched refs:grehdr (Results 1 – 3 of 3) sorted by relevance
10 struct grehdr { struct20 struct grehdr greh; in bpf_lwt_encap_gre() argument56 struct grehdr greh; in bpf_lwt_encap_gre6()63 hdr.ip6hdr.payload_len = bpf_htons(skb->len + sizeof(struct grehdr)); in bpf_lwt_encap_gre6()
157 const struct gre_base_hdr *grehdr; in gre_pkt_to_tuple() local161 grehdr = skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr); in gre_pkt_to_tuple()162 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()174 if (grehdr->protocol != GRE_PROTO_PPP) { in gre_pkt_to_tuple()175 pr_debug("Unsupported GRE proto(0x%x)\n", ntohs(grehdr->protocol)); in gre_pkt_to_tuple()
39 struct grehdr { struct263 struct grehdr *greh = header; in build_gre_header()289 ol4_len = sizeof(struct grehdr); in build_packet()