]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/netfilter/xt_RATEEST.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / netfilter / xt_RATEEST.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5859034d
PM
2#ifndef _XT_RATEEST_TARGET_H
3#define _XT_RATEEST_TARGET_H
4
60c195c7 5#include <linux/types.h>
1ffad83d 6#include <linux/if.h>
60c195c7 7
5859034d
PM
8struct xt_rateest_target_info {
9 char name[IFNAMSIZ];
60c195c7
AB
10 __s8 interval;
11 __u8 ewma_log;
8b6f3f62
JE
12
13 /* Used internally by the kernel */
5859034d
PM
14 struct xt_rateest *est __attribute__((aligned(8)));
15};
16
17#endif /* _XT_RATEEST_TARGET_H */