Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_rateest.h
Go to the documentation of this file.
1 #ifndef _XT_RATEEST_MATCH_H
2 #define _XT_RATEEST_MATCH_H
3 
4 #include <linux/types.h>
5 
13 };
14 
20 };
21 
23  char name1[IFNAMSIZ];
24  char name2[IFNAMSIZ];
31 
32  /* Used internally by the kernel */
33  struct xt_rateest *est1 __attribute__((aligned(8)));
34  struct xt_rateest *est2 __attribute__((aligned(8)));
35 };
36 
37 #endif /* _XT_RATEEST_MATCH_H */