blob: c81c9ea781f22c41b54be443f6c00e0e6d474a8e [file] [log] [blame]
/*
* This file is auto-generated. Modifications will be lost.
*
* See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information.
*/
#ifndef __LINUX_BRIDGE_EBT_LIMIT_H
#define __LINUX_BRIDGE_EBT_LIMIT_H
#include <linux/types.h>
#define EBT_LIMIT_MATCH "limit"
#define EBT_LIMIT_SCALE 10000
struct ebt_limit_info {
__u32 avg;
__u32 burst;
unsigned long prev;
__u32 credit;
__u32 credit_cap, cost;
};
#endif