Searched refs:grehdr (Results 1 – 1 of 1) sorted by relevance
190 const struct gre_base_hdr *grehdr; in gre_pkt_to_tuple() local194 grehdr = skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr); in gre_pkt_to_tuple()195 if (!grehdr || (grehdr->flags & GRE_VERSION) != GRE_VERSION_1) { in gre_pkt_to_tuple()207 if (grehdr->protocol != GRE_PROTO_PPP) { in gre_pkt_to_tuple()208 pr_debug("Unsupported GRE proto(0x%x)\n", ntohs(grehdr->protocol)); in gre_pkt_to_tuple()