/include/linux/netfilter/xt_TCPMSS.h.keep.13
https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · Unknown · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · c92d22c6489a937d74a4406b67f90bd2 MD5 · raw file
- #ifndef _XT_TCPMSS_H
- #define _XT_TCPMSS_H
- #include <linux/types.h>
- struct xt_tcpmss_info {
- __u16 mss;
- };
- #define XT_TCPMSS_CLAMP_PMTU 0xffff
- #endif /* _XT_TCPMSS_H */