blob: 65ea6c9dab4b6473314727ea69b98670c17afac2 [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Ben Cheng30692c62013-10-15 18:26:18 -07002#ifndef _XT_TCPMSS_H
3#define _XT_TCPMSS_H
4
5#include <linux/types.h>
6
7struct xt_tcpmss_info {
8 __u16 mss;
9};
10
11#define XT_TCPMSS_CLAMP_PMTU 0xffff
12
13#endif /* _XT_TCPMSS_H */