summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/object.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index bb14dc8..3f6904f 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -189,6 +189,12 @@ struct nf_conntrack {
uint64_t stop;
} timestamp;
+ struct {
+ uint32_t isn;
+ uint32_t its;
+ uint32_t tsoff;
+ } synproxy;
+
void *helper_info;
size_t helper_info_len;