Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_u32.h
Go to the documentation of this file.
1 #ifndef _XT_U32_H
2 #define _XT_U32_H 1
3 
4 #include <linux/types.h>
5 
6 enum xt_u32_ops {
11 };
12 
16 };
17 
21 };
22 
23 /*
24  * Any way to allow for an arbitrary number of elements?
25  * For now, I settle with a limit of 10 each.
26  */
27 #define XT_U32_MAXSIZE 10
28 
29 struct xt_u32_test {
34 };
35 
36 struct xt_u32 {
40 };
41 
42 #endif /* _XT_U32_H */