Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
gen_stats.h
Go to the documentation of this file.
1 #ifndef __LINUX_GEN_STATS_H
2 #define __LINUX_GEN_STATS_H
3 
4 #include <linux/types.h>
5 
6 enum {
13 };
14 #define TCA_STATS_MAX (__TCA_STATS_MAX - 1)
15 
24 };
28 } __attribute__ ((packed));
29 
38 };
39 
54 };
55 
62  signed char interval;
63  unsigned char ewma_log;
64 };
65 
66 
67 #endif /* __LINUX_GEN_STATS_H */