X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnetfilter_ipv4%2Fipt_connmark.h;h=151e2687080cc985329cd76df3747fb4523104a4;hb=6afea0b41dfbc3824956d11d960ad80097218feb;hp=e19742a2f7fd0a61823ffae0fda4f3e6fe30a894;hpb=f7b70cf9e00324b89b02de213bcd0dde7044d035;p=iptables.git diff --git a/include/linux/netfilter_ipv4/ipt_connmark.h b/include/linux/netfilter_ipv4/ipt_connmark.h index e19742a..151e268 100644 --- a/include/linux/netfilter_ipv4/ipt_connmark.h +++ b/include/linux/netfilter_ipv4/ipt_connmark.h @@ -1,8 +1,21 @@ #ifndef _IPT_CONNMARK_H #define _IPT_CONNMARK_H +/* Copyright (C) 2002,2004 MARA Systems AB + * by Henrik Nordstrom + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + struct ipt_connmark_info { +#ifdef KERNEL_64_USERSPACE_32 + unsigned long long mark, mask; +#else unsigned long mark, mask; +#endif u_int8_t invert; };