Release 4.12 include/linux/netfilter/xt_hashlimit.h
#ifndef _XT_HASHLIMIT_H
#define _XT_HASHLIMIT_H
#include <uapi/linux/netfilter/xt_hashlimit.h>
#define XT_HASHLIMIT_ALL (XT_HASHLIMIT_HASH_DIP | XT_HASHLIMIT_HASH_DPT | \
XT_HASHLIMIT_HASH_SIP | XT_HASHLIMIT_HASH_SPT | \
XT_HASHLIMIT_INVERT | XT_HASHLIMIT_BYTES)
#endif /*_XT_HASHLIMIT_H*/
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Patrick McHardy | 7 | 43.75% | 1 | 20.00% |
Florian Westphal | 6 | 37.50% | 2 | 40.00% |
Arnd Bergmann | 2 | 12.50% | 1 | 20.00% |
David Howells | 1 | 6.25% | 1 | 20.00% |
Total | 16 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.