Merge remote-tracking branch 'lsk/linux-linaro-lsk-v4.4-android' into linux-linaro...
[firefly-linux-kernel-4.4.55.git] / include / linux / netfilter / xt_qtaguid.h
1 #ifndef _XT_QTAGUID_MATCH_H
2 #define _XT_QTAGUID_MATCH_H
3
4 /* For now we just replace the xt_owner.
5  * FIXME: make iptables aware of qtaguid. */
6 #include <linux/netfilter/xt_owner.h>
7
8 #define XT_QTAGUID_UID    XT_OWNER_UID
9 #define XT_QTAGUID_GID    XT_OWNER_GID
10 #define XT_QTAGUID_SOCKET XT_OWNER_SOCKET
11 #define xt_qtaguid_match_info xt_owner_match_info
12
13 #endif /* _XT_QTAGUID_MATCH_H */