Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_quota.h
Go to the documentation of this file.
1 #ifndef _XT_QUOTA_H
2 #define _XT_QUOTA_H
3 
4 #include <linux/types.h>
5 
8 };
9 #define XT_QUOTA_MASK 0x1
10 
11 struct xt_quota_priv;
12 
13 struct xt_quota_info {
17 
18  /* Used internally by the kernel */
20 };
21 
22 #endif /* _XT_QUOTA_H */