projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel...
[linux-2.6]
/
include
/
linux
/
netfilter
/
xt_RATEEST.h
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 */