1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef _XT_TEE_TARGET_H 3 #define _XT_TEE_TARGET_H 4 5 #include <linux/netfilter.h> 6 7 struct xt_tee_tginfo { 8 union nf_inet_addr gw; 9 char oif[16]; 10 11 /* used internally by the kernel */ 12 struct xt_tee_priv *priv __attribute__((aligned(8))); 13 }; 14 15 #endif /* _XT_TEE_TARGET_H */