summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_tcpmss.h
blob: e2b14397f701b72e858ea942607a3c19176e5eb0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _IPT_TCPMSS_MATCH_H
#define _IPT_TCPMSS_MATCH_H

struct ipt_tcpmss_match_info {
    u_int16_t mss_min, mss_max;
    u_int8_t invert;
};

#endif /*_IPT_TCPMSS_MATCH_H*/