Release 4.17 include/linux/netfilter/xt_hashlimit.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 |\
XT_HASHLIMIT_RATE_MATCH)
#endif /*_XT_HASHLIMIT_H*/
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Patrick McHardy | 7 | 41.18% | 1 | 14.29% |
Florian Westphal | 5 | 29.41% | 2 | 28.57% |
Arnd Bergmann | 2 | 11.76% | 1 | 14.29% |
Vishwanath Pai | 1 | 5.88% | 1 | 14.29% |
David Howells | 1 | 5.88% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 5.88% | 1 | 14.29% |
Total | 17 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.