Release 4.12 include/uapi/linux/netfilter/xt_tcpmss.h
#ifndef _XT_TCPMSS_MATCH_H
#define _XT_TCPMSS_MATCH_H
#include <linux/types.h>
struct xt_tcpmss_match_info {
__u16 mss_min, mss_max;
__u8 invert;
};
#endif /*_XT_TCPMSS_MATCH_H*/
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Harald Welte | 20 | 80.00% | 1 | 50.00% |
Arnd Bergmann | 5 | 20.00% | 1 | 50.00% |
Total | 25 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.