summaryrefslogtreecommitdiff
path: root/include/net/inet_hashtables.h
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2023-01-15 12:22:36 +0200
committerLeon Romanovsky <leon@kernel.org>2023-01-15 12:22:36 +0200
commit1ca49d26afc2609542be4a57e336191b525ca698 (patch)
tree36624298c11de91a7a25f0c92d07faeff0d96292 /include/net/inet_hashtables.h
parentccdbefcf661e537a3126719f4f11484cd85404d7 (diff)
parent9b2e3723728efe03433be5c13b31da451d88ee3d (diff)
Merge branch 'mlx5-next' into HEAD
Bring HW bits for mlx5 QP events series. Link: https://lore.kernel.org/all/cover.1672821186.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'include/net/inet_hashtables.h')
-rw-r--r--include/net/inet_hashtables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/inet_hashtables.h b/include/net/inet_hashtables.h
index 69174093078f..99bd823e97f6 100644
--- a/include/net/inet_hashtables.h
+++ b/include/net/inet_hashtables.h
@@ -108,6 +108,10 @@ struct inet_bind2_bucket {
struct hlist_node node;
/* List of sockets hashed to this bucket */
struct hlist_head owners;
+ /* bhash has twsk in owners, but bhash2 has twsk in
+ * deathrow not to add a member in struct sock_common.
+ */
+ struct hlist_head deathrow;
};
static inline struct net *ib_net(const struct inet_bind_bucket *ib)