aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ip_nat_pptp.h
blob: 36668bf0f373eaf17c58b96361478c59b5293067 (plain) (blame)
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 {
	__be16 pns_call_id;		/* NAT'ed PNS call id */
	__be16 pac_call_id;		/* NAT'ed PAC call id */
};

#endif /* _NAT_PPTP_H */