summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_length.h
blob: 7fc09f9f9d639c85d530766d82e40f78d20944e9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IP6T_LENGTH_H
#define _IP6T_LENGTH_H

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

#endif /*_IP6T_LENGTH_H*/