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