logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

xt_TEE.h (333B)


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