Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _XT_TCPMSS_MATCH_H
3#define _XT_TCPMSS_MATCH_H
4
5#include <linux/types.h>
6
7struct xt_tcpmss_match_info {
8 __u16 mss_min, mss_max;
9 __u8 invert;
10};
11
12#endif /*_XT_TCPMSS_MATCH_H*/
13

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/uapi/linux/netfilter/xt_tcpmss.h