RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter_ipv4 / ipt_bcount.h
blob66f5ed9cc3882c1227a57a3453435bad720af35e
1 /*
3 bcount match (experimental)
4 Copyright (C) 2006 Jonathan Zarate
6 Licensed under GNU GPL v2 or later.
8 */
9 #ifndef _IPT_BCOUNT_H
10 #define _IPT_BCOUNT_H
12 struct ipt_bcount_match {
13 u_int32_t min;
14 u_int32_t max;
15 int invert;
18 #endif