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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_tcpmss.h
blob
e03274c4c79046f7e60741f671a9a845de214f92
1
#ifndef _XT_TCPMSS_MATCH_H
2
#define _XT_TCPMSS_MATCH_H
3
4
struct
xt_tcpmss_match_info
{
5
u_int16_t mss_min
,
mss_max
;
6
u_int8_t invert
;
7
};
8
9
#endif
/*_XT_TCPMSS_MATCH_H*/