RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter / xt_condition.h
blobf0706d06989806e9016e060e9f4d9671f1c7e047
1 #ifndef _XT_CONDITION_H
2 #define _XT_CONDITION_H
4 #define CONDITION_NAME_LEN 32
6 struct condition_info {
7 char name[CONDITION_NAME_LEN];
8 int invert;
9 };
11 #endif /* _XT_CONDITION_H */