summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TEE.h
blob: 55d4a5011523a0ffe903a72eabf62a2f379b9f03 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _XT_TEE_TARGET_H
#define _XT_TEE_TARGET_H

struct xt_tee_tginfo {
	union nf_inet_addr gw;
	char oif[16];
};

#endif /* _XT_TEE_TARGET_H */