summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 94433bf..55fa4f5 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -261,6 +261,16 @@ struct nfct_filter {
};
/*
+ * conntrack filter dump object
+ */
+
+struct nfct_filter_dump {
+ struct nfct_filter_dump_mark mark;
+ u_int8_t l3num;
+ u_int32_t set;
+};
+
+/*
* expectation object
*/