Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_hashlimit.h
Go to the documentation of this file.
1 #ifndef _XT_HASHLIMIT_H
2 #define _XT_HASHLIMIT_H
3 
5 
6 #define XT_HASHLIMIT_ALL (XT_HASHLIMIT_HASH_DIP | XT_HASHLIMIT_HASH_DPT | \
7  XT_HASHLIMIT_HASH_SIP | XT_HASHLIMIT_HASH_SPT | \
8  XT_HASHLIMIT_INVERT | XT_HASHLIMIT_BYTES)
9 #endif /*_XT_HASHLIMIT_H*/