summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_length.h
blob: 6e0885229615c22c7e85963315462e5d5c33dff2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _IPT_LENGTH_H
#define _IPT_LENGTH_H

struct ipt_length_info {
    u_int16_t	min, max;
    u_int8_t	invert;
};

#endif /*_IPT_LENGTH_H*/