Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_pptp.c523 const struct pptp_pkt_hdr *pptph; in conntrack_pptp_help() local
551 pptph = skb_header_pointer(skb, nexthdr_off, sizeof(_pptph), &_pptph); in conntrack_pptp_help()
552 if (!pptph) { in conntrack_pptp_help()
560 if (ntohs(pptph->packetType) != PPTP_PACKET_CONTROL || in conntrack_pptp_help()
561 ntohl(pptph->magicCookie) != PPTP_MAGIC_COOKIE) { in conntrack_pptp_help()