GNU Linux-libre 4.9.337-gnu1
[releases.git] / include / uapi / linux / netfilter / ipset / ip_set_bitmap.h
1 #ifndef _UAPI__IP_SET_BITMAP_H
2 #define _UAPI__IP_SET_BITMAP_H
3
4 #include <linux/netfilter/ipset/ip_set.h>
5
6 /* Bitmap type specific error codes */
7 enum {
8         /* The element is out of the range of the set */
9         IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
10         /* The range exceeds the size limit of the set type */
11         IPSET_ERR_BITMAP_RANGE_SIZE,
12 };
13
14
15 #endif /* _UAPI__IP_SET_BITMAP_H */