diff options
-rw-r--r-- | include/linux/netfilter/x_tables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netfilter/x_tables.h b/include/linux/netfilter/x_tables.h index 9d97102a9347..03d1027fb0e8 100644 --- a/include/linux/netfilter/x_tables.h +++ b/include/linux/netfilter/x_tables.h | |||
@@ -185,6 +185,9 @@ struct xt_match | |||
185 | /* Set this to THIS_MODULE if you are a module, otherwise NULL */ | 185 | /* Set this to THIS_MODULE if you are a module, otherwise NULL */ |
186 | struct module *me; | 186 | struct module *me; |
187 | 187 | ||
188 | /* Free to use by each match */ | ||
189 | unsigned long data; | ||
190 | |||
188 | char *table; | 191 | char *table; |
189 | unsigned int matchsize; | 192 | unsigned int matchsize; |
190 | unsigned int hooks; | 193 | unsigned int hooks; |