GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_NFLOG.h
blob87b58311ce6b45b49c535625901683cce0ee5b93
1 #ifndef _XT_NFLOG_TARGET
2 #define _XT_NFLOG_TARGET
4 #include <linux/types.h>
6 #define XT_NFLOG_DEFAULT_GROUP 0x1
7 #define XT_NFLOG_DEFAULT_THRESHOLD 0
9 #define XT_NFLOG_MASK 0x0
11 struct xt_nflog_info {
12 __u32 len;
13 __u16 group;
14 __u16 threshold;
15 __u16 flags;
16 __u16 pad;
17 char prefix[64];
20 #endif /* _XT_NFLOG_TARGET */