summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-06-29 18:14:34 -0700
committerJakub Kicinski <kuba@kernel.org>2026-06-29 18:14:34 -0700
commit622df5e3376492fb861945474fd51d233f156993 (patch)
tree47e73ecf4d42e473388b0aae0ad7be04300ace38 /include
parent526b8ef54668780c8f69e0211c342763d5dcbad1 (diff)
parent6f6e860e370c9e4e919b92118a25e9e1f82e9180 (diff)
downloadlinux-622df5e3376492fb861945474fd51d233f156993.tar.gz
linux-622df5e3376492fb861945474fd51d233f156993.zip
Merge branch 'tcp-tcp-ao-connect-fixes'
Dmitry Safonov says: ==================== tcp: TCP-AO connect() fixes I've addeded credits to Qihang on patch 2; and a third patch/fix for static key decrement. ==================== Link: https://patch.msgid.link/20260625-tcp-md5-connect-v3-0-1fd313d6c1e0@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/tcp_ao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp_ao.h b/include/net/tcp_ao.h
index 29fd7b735afa..9a2333e62e99 100644
--- a/include/net/tcp_ao.h
+++ b/include/net/tcp_ao.h
@@ -145,6 +145,7 @@ struct tcp_ao_info {
u32 snd_sne;
u32 rcv_sne;
refcount_t refcnt; /* Protects twsk destruction */
+ struct rcu_head rcu;
};
#ifdef CONFIG_TCP_MD5SIG