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_RATEEST.h
blob
f79e3133cbeae4ec600eb1b7b02b131be57b1d17
1
#ifndef _XT_RATEEST_TARGET_H
2
#define _XT_RATEEST_TARGET_H
3
4
struct
xt_rateest_target_info
{
5
char
name
[
IFNAMSIZ
];
6
int8_t
interval
;
7
u_int8_t ewma_log
;
8
9
/* Used internally by the kernel */
10
struct
xt_rateest
*
est
__attribute__
((
aligned
(
8
)));
11
};
12
13
#endif
/* _XT_RATEEST_TARGET_H */