summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TCPMSS.h
blob: 53a292cd47f335aea12067bebb6ccc0bca34627a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _XT_TCPMSS_H
#define _XT_TCPMSS_H

struct xt_tcpmss_info {
	u_int16_t mss;
};

#define XT_TCPMSS_CLAMP_PMTU 0xffff

#endif /* _XT_TCPMSS_H */