netfilter: xtables: add struct xt_mtchk_param::net
[pandora-kernel.git] / include / linux / netfilter / x_tables.h
index 378f27a..88261b9 100644 (file)
@@ -205,6 +205,7 @@ struct xt_match_param {
  * @hook_mask: via which hooks the new rule is reachable
  */
 struct xt_mtchk_param {
+       struct net *net;
        const char *table;
        const void *entryinfo;
        const struct xt_match *match;