Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ip_set_list.h
Go to the documentation of this file.
1 #ifndef _UAPI__IP_SET_LIST_H
2 #define _UAPI__IP_SET_LIST_H
3 
4 /* List type specific error codes */
5 enum {
6  /* Set name to be added/deleted/tested does not exist. */
8  /* list:set type is not permitted to add */
10  /* Missing reference set */
12  /* Reference set does not exist */
14  /* Set is full */
16  /* Reference set is not added to the set */
18 };
19 
20 
21 #endif /* _UAPI__IP_SET_LIST_H */