#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 */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Patrick McHardy | 20 | 83.33% | 1 | 50.00% |
Arnd Bergmann | 4 | 16.67% | 1 | 50.00% |
Total | 24 | 100.00% | 2 | 100.00% |