aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ip_nat_pptp.h
blob: eaf66c2e8f9372c0673c0ea0faae2da9c234dafd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PPTP constants and structs */
#ifndef _NAT_PPTP_H
#define _NAT_PPTP_H

/* conntrack private data */
struct ip_nat_pptp {
	u_int16_t pns_call_id;		/* NAT'ed PNS call id */
	u_int16_t pac_call_id;		/* NAT'ed PAC call id */
};

#endif /* _NAT_PPTP_H */