summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_TCPMSS.h
blob: aadb39580cd3e6d2745a6888e7b99d298f6189fb (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IPT_TCPMSS_H
#define _IPT_TCPMSS_H

struct ipt_tcpmss_info {
	u_int16_t mss;
};

#define IPT_TCPMSS_CLAMP_PMTU 0xffff

#endif /*_IPT_TCPMSS_H*/