The C and C++ Include Header Files
/usr/include/linux/netfilter/xt_TEE.h
$ cat -n /usr/include/linux/netfilter/xt_TEE.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef _XT_TEE_TARGET_H 3 #define _XT_TEE_TARGET_H 4 5 #include
6 7 struct xt_tee_tginfo { 8 union nf_inet_addr gw; 9 char oif[16]; 10 11 /* used internally by the kernel */ 12 struct xt_tee_priv *priv __attribute__((aligned(8))); 13 }; 14 15 #endif /* _XT_TEE_TARGET_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2024 MyWebUniversity.com ™