diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter/xt_TEE.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_TEE.h b/include/linux/netfilter/xt_TEE.h index 55d4a5011523..5c21d5c829af 100644 --- a/include/linux/netfilter/xt_TEE.h +++ b/include/linux/netfilter/xt_TEE.h | |||
@@ -4,6 +4,9 @@ | |||
4 | struct xt_tee_tginfo { | 4 | struct xt_tee_tginfo { |
5 | union nf_inet_addr gw; | 5 | union nf_inet_addr gw; |
6 | char oif[16]; | 6 | char oif[16]; |
7 | |||
8 | /* used internally by the kernel */ | ||
9 | struct xt_tee_priv *priv __attribute__((aligned(8))); | ||
7 | }; | 10 | }; |
8 | 11 | ||
9 | #endif /* _XT_TEE_TARGET_H */ | 12 | #endif /* _XT_TEE_TARGET_H */ |