17372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh/****************************************************************************
27372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ****************************************************************************
37372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***
47372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   This header was automatically generated from a Linux kernel header
57372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   of the same name, to make information necessary for userspace to
67372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   call into the kernel available to libc.  It contains only constants,
77372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   structures, and macros generated from the original header, and thus,
87372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   contains no copyrightable information.
97372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***
107372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   To edit the content of this header, modify the corresponding
117372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   source file (e.g. under external/kernel-headers/original/) then
127372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   run bionic/libc/kernel/tools/update_all.py
137372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***
147372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   Any manual change here will be lost the next time this script will
157372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***   be run. You've been warned!
167372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ***
177372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ****************************************************************************
187372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh ****************************************************************************/
197372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh#ifndef _XT_RATEEST_TARGET_H
207372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh#define _XT_RATEEST_TARGET_H
217372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh#include <linux/types.h>
227372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsiehstruct xt_rateest_target_info {
237372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
247372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh char name[IFNAMSIZ];
257372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh __s8 interval;
267372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh __u8 ewma_log;
277372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh struct xt_rateest *est __attribute__((aligned(8)));
287372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
297372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh};
307372bd5a6d7d0cb636bdfdd27ca99b2d6abc0f2cAndrew Hsieh#endif
31