/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

  1. #ifndef _XT_TCPMSS_H
  2. #define _XT_TCPMSS_H
  3. #include <linux/types.h>
  4. struct xt_tcpmss_info {
  5. __u16 mss;
  6. };
  7. #define XT_TCPMSS_CLAMP_PMTU 0xffff
  8. #endif /* _XT_TCPMSS_H */