Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c499 const struct pptp_pkt_hdr *pptph; in conntrack_pptp_help() local
529 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()