From 609a13fc2999e0f2f6910480ac079f3cfdabbd55 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Sat, 7 Sep 2019 18:05:01 +0200 Subject: src: synproxy stateful object support This patch adds synproxy stateful object support. Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- include/obj.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/obj.h') diff --git a/include/obj.h b/include/obj.h index 9394d79..10f806c 100644 --- a/include/obj.h +++ b/include/obj.h @@ -56,6 +56,11 @@ struct nftnl_obj { uint32_t type; uint32_t flags; } limit; + struct nftnl_obj_synproxy { + uint16_t mss; + uint8_t wscale; + uint32_t flags; + } synproxy; struct nftnl_obj_tunnel { uint32_t id; uint32_t src_v4; @@ -108,6 +113,7 @@ extern struct obj_ops obj_ops_ct_helper; extern struct obj_ops obj_ops_ct_timeout; extern struct obj_ops obj_ops_ct_expect; extern struct obj_ops obj_ops_limit; +extern struct obj_ops obj_ops_synproxy; extern struct obj_ops obj_ops_tunnel; extern struct obj_ops obj_ops_secmark; -- cgit v1.2.3