iptables-1.2.9-2.3.1.src.rpm
[iptables.git] / include / linux / netfilter_ipv4 / ipt_connmark.h
1 #ifndef _IPT_CONNMARK_H
2 #define _IPT_CONNMARK_H
3
4 struct ipt_connmark_info {
5         unsigned long mark, mask;
6         u_int8_t invert;
7 };
8
9 #endif /*_IPT_CONNMARK_H*/