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
53a292cd47f335aea12067bebb6ccc0bca34627a
1
#ifndef _XT_TCPMSS_H
2
#define _XT_TCPMSS_H
3
4
struct
xt_tcpmss_info
{
5
u_int16_t mss
;
6
};
7
8
#define XT_TCPMSS_CLAMP_PMTU 0xffff
9
10
#endif
/* _XT_TCPMSS_H */