]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/uapi/linux/netfilter/xt_TEE.h
netfilter: nft_ct: add zone id get support
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / netfilter / xt_TEE.h
CommitLineData
e281b198
JE
1#ifndef _XT_TEE_TARGET_H
2#define _XT_TEE_TARGET_H
3
1ffad83d
MR
4#include <linux/netfilter.h>
5
e281b198
JE
6struct xt_tee_tginfo {
7 union nf_inet_addr gw;
8 char oif[16];
22265a5c
PM
9
10 /* used internally by the kernel */
11 struct xt_tee_priv *priv __attribute__((aligned(8)));
e281b198
JE
12};
13
14#endif /* _XT_TEE_TARGET_H */