UAPI: (Scripted) Disintegrate include/linux/netfilter/ipset
[deliverable/linux.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 /* Bitmap type specific error codes */
5 enum {
6 /* The element is out of the range of the set */
7 IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
8 /* The range exceeds the size limit of the set type */
9 IPSET_ERR_BITMAP_RANGE_SIZE,
10 };
11
12
13 #endif /* _UAPI__IP_SET_BITMAP_H */
This page took 0.030712 seconds and 5 git commands to generate.