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