Dr Andrew Scott G7VAV

My photo
 
September 2025
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12


xt_RATEEST.h
01: #ifndef _XT_RATEEST_TARGET_H
02: #define _XT_RATEEST_TARGET_H
03: 
04: #include <linux/types.h>
05: 
06: struct xt_rateest_target_info {
07:         char                    name[IFNAMSIZ];
08:         __s8                    interval;
09:         __u8            ewma_log;
10: 
11:         /* Used internally by the kernel */
12:         struct xt_rateest       *est __attribute__((aligned(8)));
13: };
14: 
15: #endif /* _XT_RATEEST_TARGET_H */
16: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/