4 #include <linux/types.h>
13 struct xt_u32_location_element
{
18 struct xt_u32_value_element
{
24 * Any way to allow for an arbitrary number of elements?
25 * For now, I settle with a limit of 10 each.
27 #define XT_U32_MAXSIZE 10
30 struct xt_u32_location_element location
[XT_U32_MAXSIZE
+1];
31 struct xt_u32_value_element value
[XT_U32_MAXSIZE
+1];
37 struct xt_u32_test tests
[XT_U32_MAXSIZE
+1];
42 #endif /* _XT_U32_H */