summaryrefslogtreecommitdiff
path: root/include/net/netns
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-08 11:58:20 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-08 11:58:20 +0300
commita1856aaa2ca74c88751f7d255dfa0c8c50fcc1ca (patch)
tree7a23cc79242f777981d27a11a96f2ddd5e090fc3 /include/net/netns
parent322307e848251fe3ef463d788462d1bc0dd5e4ee (diff)
parent4b07fe4a044d863926707e1106ff142427ec6e02 (diff)
downloadlinux-rolling-stable.tar.xz
Merge v6.12.13linux-rolling-stable
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index ae60d6664095..23dd647fe024 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -43,6 +43,7 @@ struct netns_xfrm {
struct hlist_head __rcu *state_bysrc;
struct hlist_head __rcu *state_byspi;
struct hlist_head __rcu *state_byseq;
+ struct hlist_head __percpu *state_cache_input;
unsigned int state_hmask;
unsigned int state_num;
struct work_struct state_hash_work;