repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_length.h
blob
b82ed7c4b1e0db1a9907ba6c69c6f84439dd4255
1
#ifndef _XT_LENGTH_H
2
#define _XT_LENGTH_H
3
4
#include <linux/types.h>
5
6
struct
xt_length_info
{
7
__u16 min
,
max
;
8
__u8 invert
;
9
};
10
11
#endif
/*_XT_LENGTH_H*/