drm/vc4: mark vc4_bo_cache_purge() static
[linux-2.6-block.git] / include / uapi / linux / netfilter / xt_RATEEST.h
CommitLineData
5859034d
PM
1#ifndef _XT_RATEEST_TARGET_H
2#define _XT_RATEEST_TARGET_H
3
60c195c7 4#include <linux/types.h>
1ffad83d 5#include <linux/if.h>
60c195c7 6
5859034d
PM
7struct xt_rateest_target_info {
8 char name[IFNAMSIZ];
60c195c7
AB
9 __s8 interval;
10 __u8 ewma_log;
8b6f3f62
JE
11
12 /* Used internally by the kernel */
5859034d
PM
13 struct xt_rateest *est __attribute__((aligned(8)));
14};
15
16#endif /* _XT_RATEEST_TARGET_H */