summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/netfilter_ipv4/ipt_quota.h
blob: f2a06716cbbd6391d968629bba7c6951f6e42287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _IPT_QUOTA_H
#define _IPT_QUOTA_H

/* print debug info in both kernel/netfilter module & iptable library */
//#define DEBUG_IPT_QUOTA

struct ipt_quota_info {
        u_int64_t quota;
	struct ipt_quota_info *master;
};

#endif /*_IPT_QUOTA_H*/