aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge/ebt_nflog.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 07:33:09 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-01-18 07:33:09 +0100
commit0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c (patch)
tree25d7ac63c53e38444eba069f85cdf8b76b84c410 /include/linux/netfilter_bridge/ebt_nflog.h
parentnetfilter: xt_connlimit: use hotdrop jump mark (diff)
downloadlinux-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.tar.xz
linux-dev-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.zip
netfilter: xtables: use __uXX guarded types for userspace exports
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_bridge/ebt_nflog.h')
-rw-r--r--include/linux/netfilter_bridge/ebt_nflog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/netfilter_bridge/ebt_nflog.h b/include/linux/netfilter_bridge/ebt_nflog.h
index 052817849b83..477315bc3537 100644
--- a/include/linux/netfilter_bridge/ebt_nflog.h
+++ b/include/linux/netfilter_bridge/ebt_nflog.h
@@ -10,11 +10,11 @@
#define EBT_NFLOG_DEFAULT_THRESHOLD 1
struct ebt_nflog_info {
- u_int32_t len;
- u_int16_t group;
- u_int16_t threshold;
- u_int16_t flags;
- u_int16_t pad;
+ __u32 len;
+ __u16 group;
+ __u16 threshold;
+ __u16 flags;
+ __u16 pad;
char prefix[EBT_NFLOG_PREFIX_SIZE];
};