Searched refs:grehdr (Results 1 – 1 of 1) sorted by relevance
198 const struct gre_hdr *grehdr; in gre_pkt_to_tuple() local202 grehdr = skb_header_pointer(skb, dataoff, sizeof(_grehdr), &_grehdr); in gre_pkt_to_tuple()203 if (!grehdr || grehdr->version != GRE_VERSION_PPTP) { in gre_pkt_to_tuple()215 if (ntohs(grehdr->protocol) != GRE_PROTOCOL_PPTP) { in gre_pkt_to_tuple()