|
@@ -12,6 +12,8 @@
|
|
|
|
|
|
#ifndef _UAPI__LINUX_BRIDGE_EFF_H
|
|
#ifndef _UAPI__LINUX_BRIDGE_EFF_H
|
|
#define _UAPI__LINUX_BRIDGE_EFF_H
|
|
#define _UAPI__LINUX_BRIDGE_EFF_H
|
|
|
|
+#include <linux/types.h>
|
|
|
|
+#include <linux/if.h>
|
|
#include <linux/netfilter_bridge.h>
|
|
#include <linux/netfilter_bridge.h>
|
|
|
|
|
|
#define EBT_TABLE_MAXNAMELEN 32
|
|
#define EBT_TABLE_MAXNAMELEN 32
|
|
@@ -33,8 +35,8 @@ struct xt_match;
|
|
struct xt_target;
|
|
struct xt_target;
|
|
|
|
|
|
struct ebt_counter {
|
|
struct ebt_counter {
|
|
- uint64_t pcnt;
|
|
|
|
- uint64_t bcnt;
|
|
|
|
|
|
+ __u64 pcnt;
|
|
|
|
+ __u64 bcnt;
|
|
};
|
|
};
|
|
|
|
|
|
struct ebt_replace {
|
|
struct ebt_replace {
|