Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_TEE.h
Go to the documentation of this file.
1 #ifndef _XT_TEE_TARGET_H
2 #define _XT_TEE_TARGET_H
3 
4 struct xt_tee_tginfo {
5  union nf_inet_addr gw;
6  char oif[16];
7 
8  /* used internally by the kernel */
10 };
11 
12 #endif /* _XT_TEE_TARGET_H */