Linux-2.6.12-rc2
[linux-2.6/kvm.git] / include / linux / netfilter_ipv4 / ipt_length.h
blob6e0885229615c22c7e85963315462e5d5c33dff2
1 #ifndef _IPT_LENGTH_H
2 #define _IPT_LENGTH_H
4 struct ipt_length_info {
5 u_int16_t min, max;
6 u_int8_t invert;
7 };
9 #endif /*_IPT_LENGTH_H*/