aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/net_namespace.h
diff options
context:
space:
mode:
authorPablo Neira <pablo@netfilter.org>2015-12-09 14:07:40 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2015-12-14 12:48:58 +0100
commit19576c9478682a398276c994ea0d2696474df32b (patch)
treeaad84faae071efe13236484a52ab10d69b7f845b /include/net/net_namespace.h
parentnetfilter: nf_tables: fix nf_log_trace based tracing (diff)
downloadlinux-dev-19576c9478682a398276c994ea0d2696474df32b.tar.xz
linux-dev-19576c9478682a398276c994ea0d2696474df32b.zip
netfilter: cttimeout: add netns support
Add a per-netns list of timeout objects and adjust code to use it. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r--include/net/net_namespace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index 2dcea635ecce..4089abc6e9c0 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -121,6 +121,9 @@ struct net {
#if IS_ENABLED(CONFIG_NETFILTER_NETLINK_ACCT)
struct list_head nfnl_acct_list;
#endif
+#if IS_ENABLED(CONFIG_NF_CT_NETLINK_TIMEOUT)
+ struct list_head nfct_timeout_list;
+#endif
#endif
#ifdef CONFIG_WEXT_CORE
struct sk_buff_head wext_nlevents;