Searched refs:pptph (Results 1 – 1 of 1) sorted by relevance
516 const struct pptp_pkt_hdr *pptph; in conntrack_pptp_help() local536 pptph = skb_header_pointer(skb, nexthdr_off, sizeof(_pptph), &_pptph); in conntrack_pptp_help()537 if (!pptph) { in conntrack_pptp_help()545 if (ntohs(pptph->packetType) != PPTP_PACKET_CONTROL || in conntrack_pptp_help()546 ntohl(pptph->magicCookie) != PPTP_MAGIC_COOKIE) { in conntrack_pptp_help()