Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 66f75a5d028beaf67c931435fdc3e7823125730c authored by Linus Torvalds on 21 April 2012, 21:47:52 UTC
Linux 3.4-rc4
Tip revision: 66f75a5
xt_TCPMSS.h
#ifndef _XT_TCPMSS_H
#define _XT_TCPMSS_H

#include <linux/types.h>

struct xt_tcpmss_info {
	__u16 mss;
};

#define XT_TCPMSS_CLAMP_PMTU 0xffff

#endif /* _XT_TCPMSS_H */
back to top