Home
last modified time | relevance | path

Searched refs:pptph (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnf_conntrack_pptp.c516 const struct pptp_pkt_hdr *pptph; in conntrack_pptp_help() local
536 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()