cregit-Linux how code gets into the kernel

Release 4.7 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

PersonTokensPropCommitsCommitProp
patrick mchardypatrick mchardy743.75%120.00%
florian westphalflorian westphal637.50%240.00%
arnd bergmannarnd bergmann212.50%120.00%
david howellsdavid howells16.25%120.00%
Total16100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}