blob: 01092023404b9b663b11134953a79c6a9bb46113 [file] [log] [blame]
Ben Cheng30692c62013-10-15 18:26:18 -07001#ifndef _XT_TEE_TARGET_H
2#define _XT_TEE_TARGET_H
3
Christopher Ferrisccfaccd2016-08-24 12:11:31 -07004#include <linux/netfilter.h>
5
Ben Cheng30692c62013-10-15 18:26:18 -07006struct xt_tee_tginfo {
7 union nf_inet_addr gw;
8 char oif[16];
9
10 /* used internally by the kernel */
11 struct xt_tee_priv *priv __attribute__((aligned(8)));
12};
13
14#endif /* _XT_TEE_TARGET_H */