Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ip_set_hash.h
Go to the documentation of this file.
1 #ifndef _UAPI__IP_SET_HASH_H
2 #define _UAPI__IP_SET_HASH_H
3 
4 /* Hash type specific error codes */
5 enum {
6  /* Hash is full */
8  /* Null-valued element */
10  /* Invalid protocol */
12  /* Protocol missing but must be specified */
14  /* Range not supported */
16  /* Invalid range */
18 };
19 
20 
21 #endif /* _UAPI__IP_SET_HASH_H */