summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/netfilter_ipv4/ipt_bcount.h
blob: 66f5ed9cc3882c1227a57a3453435bad720af35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*

	bcount match (experimental)
	Copyright (C) 2006 Jonathan Zarate

	Licensed under GNU GPL v2 or later.

*/
#ifndef _IPT_BCOUNT_H
#define _IPT_BCOUNT_H

struct ipt_bcount_match {
	u_int32_t min;
	u_int32_t max;
	int invert;
};

#endif