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
spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_TCPMSS.h
blob
9a6960afc134f1e4081c499a40781d84ce146f34
1
#ifndef _XT_TCPMSS_H
2
#define _XT_TCPMSS_H
3
4
#include <linux/types.h>
5
6
struct
xt_tcpmss_info
{
7
__u16 mss
;
8
};
9
10
#define XT_TCPMSS_CLAMP_PMTU 0xffff
11
12
#endif
/* _XT_TCPMSS_H */