initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / linux / netfilter_ipv4 / ipt_TCPMSS.h
blobaadb39580cd3e6d2745a6888e7b99d298f6189fb
1 #ifndef _IPT_TCPMSS_H
2 #define _IPT_TCPMSS_H
4 struct ipt_tcpmss_info {
5 u_int16_t mss;
6 };
8 #define IPT_TCPMSS_CLAMP_PMTU 0xffff
10 #endif /*_IPT_TCPMSS_H*/