Sign in
nest-open-source
/
nest-learning-thermostat
/
5.8
/
linux
/
767a574a9e8a49b60a1184494958764b04757951
/
.
/
linux
/
include
/
linux
/
netfilter
/
xt_TEE.h
blob: 5c21d5c829affe69bdd5572de6f272b2e9de3f97 [
file
] [
log
] [
blame
]
#ifndef
_XT_TEE_TARGET_H
#define
_XT_TEE_TARGET_H
struct
xt_tee_tginfo
{
union
nf_inet_addr gw
;
char
oif
[
16
];
/* used internally by the kernel */
struct
xt_tee_priv
*
priv __attribute__
((
aligned
(
8
)));
};
#endif
/* _XT_TEE_TARGET_H */