| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef _UAPI__IP_SET_LIST_H | |
| #define _UAPI__IP_SET_LIST_H | |
| #include <linux/netfilter/ipset/ip_set.h> | |
| enum { | |
| IPSET_ERR_NAME = IPSET_ERR_TYPE_SPECIFIC, | |
| IPSET_ERR_LOOP, | |
| IPSET_ERR_BEFORE, | |
| IPSET_ERR_NAMEREF, | |
| IPSET_ERR_LIST_FULL, | |
| IPSET_ERR_REF_EXIST, | |
| }; | |
| #endif |