[PATCH] debug: workqueue locking sanity
[linux-2.6/libata-dev.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*/