GRE_PROTO_PPP
hdr->gre_hd.protocol = GRE_PROTO_PPP;
if (header->gre_hd.protocol != GRE_PROTO_PPP || /* PPTP-GRE protocol for PPTP */
if (!(*p_proto == GRE_PROTO_PPP && (hdr->flags & GRE_KEY)))
if (grehdr->protocol != GRE_PROTO_PPP) {