summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-03-13 18:44:11 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-24 21:37:32 +0100
commit2edc7ccd872c60f4a71218e34e737655d6e50efa (patch)
tree4294844e1e3f7b81f907f618ea09943552878b09 /include/internal/object.h
parente870432649955d377a73ee5a72cb23f0f6b5e4c5 (diff)
conntrack: add synproxy support
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-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;