4 #include <linux/types.h>
6 /* TPROXY target is capable of marking the packet to perform
7 * redirection. We can get rid of that whenever we get support for
8 * mutliple targets in the same rule. */
9 struct xt_tproxy_target_info
{
16 struct xt_tproxy_target_info_v1
{
19 union nf_inet_addr laddr
;
23 #endif /* _XT_TPROXY_H */