Home
last modified time | relevance | path

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

/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c174 case PPTP_START_SESSION_REPLY: in pptp_outbound_pkt()
273 case PPTP_START_SESSION_REPLY: in pptp_inbound_pkt()
/linux/net/netfilter/
H A Dnf_conntrack_pptp.c56 [PPTP_START_SESSION_REPLY] = "START_SESSION_REPLY",
268 case PPTP_START_SESSION_REPLY: in pptp_inbound_pkt()
475 [PPTP_START_SESSION_REPLY] = sizeof(struct PptpStartSessionReply),
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h68 #define PPTP_START_SESSION_REPLY 2 macro