summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_TCPMSS.h
blob: 412d1cbcc61c0e746da51ad106df3dff11b69e7c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IP6T_TCPMSS_H
#define _IP6T_TCPMSS_H

struct ip6t_tcpmss_info {
	u_int16_t mss;
};

#define IP6T_TCPMSS_CLAMP_PMTU 0xffff

#endif /*_IP6T_TCPMSS_H*/