Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / include / uapi / linux / netfilter / xt_TCPMSS.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _XT_TCPMSS_H
3 #define _XT_TCPMSS_H
4
5 #include <linux/types.h>
6
7 struct xt_tcpmss_info {
8         __u16 mss;
9 };
10
11 #define XT_TCPMSS_CLAMP_PMTU 0xffff
12
13 #endif /* _XT_TCPMSS_H */