summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/netfilter/xt_TEE.h
blob: 94a95720e300e98f458597bf2211a948b2b0f9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _XT_TEE_TARGET_H
#define _XT_TEE_TARGET_H
#include <linux/netfilter.h>
struct xt_tee_tginfo {
  union nf_inet_addr gw;
  char oif[16];
  struct xt_tee_priv * priv __attribute__((aligned(8)));
};
#endif