Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


xt_quota.h
01: #ifndef _XT_QUOTA_H
02: #define _XT_QUOTA_H
03: 
04: #include <linux/types.h>
05: 
06: enum xt_quota_flags {
07:         XT_QUOTA_INVERT         = 0x1,
08: };
09: #define XT_QUOTA_MASK           0x1
10: 
11: struct xt_quota_priv;
12: 
13: struct xt_quota_info {
14:         __u32 flags;
15:         __u32 pad;
16:         __aligned_u64 quota;
17: 
18:         /* Used internally by the kernel */
19:         struct xt_quota_priv    *master;
20: };
21: 
22: #endif /* _XT_QUOTA_H */
23: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/