repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slub page alloc fallback: Enable interrupts for GFP_WAIT.
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_quota.h
blob
4c8368d781e5d2f570ac19a74e8c68f633f768eb
1
#ifndef _XT_QUOTA_H
2
#define _XT_QUOTA_H
3
4
enum
xt_quota_flags
{
5
XT_QUOTA_INVERT
=
0x1
,
6
};
7
#define XT_QUOTA_MASK 0x1
8
9
struct
xt_quota_info
{
10
u_int32_t flags
;
11
u_int32_t pad
;
12
13
/* Used internally by the kernel */
14
aligned_u64 quota
;
15
struct
xt_quota_info
*
master
;
16
};
17
18
#endif
/* _XT_QUOTA_H */