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_owner.h
blob2081761714b56cba415b413f7801ef113230407a
1 #ifndef _XT_OWNER_MATCH_H
2 #define _XT_OWNER_MATCH_H
4 #include <linux/types.h>
6 enum {
7 XT_OWNER_UID = 1 << 0,
8 XT_OWNER_GID = 1 << 1,
9 XT_OWNER_SOCKET = 1 << 2,
12 struct xt_owner_match_info {
13 __u32 uid_min, uid_max;
14 __u32 gid_min, gid_max;
15 __u8 match, invert;
18 #endif /* _XT_OWNER_MATCH_H */