/include/linux/netfilter/xt_TCPMSS.h.keep.13
Unknown | 12 lines | 8 code | 4 blank | 0 comment | 0 complexity | c92d22c6489a937d74a4406b67f90bd2 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _XT_TCPMSS_H 2#define _XT_TCPMSS_H 3 4#include <linux/types.h> 5 6struct xt_tcpmss_info { 7 __u16 mss; 8}; 9 10#define XT_TCPMSS_CLAMP_PMTU 0xffff 11 12#endif /* _XT_TCPMSS_H */