Files
linux-stable-mirror/include/net
Xin Long 17a93a8201 sctp: move hlist_node and hashent out of sctp_ep_common
[ Upstream commit 3d3b2f57d4 ]

Struct sctp_ep_common is included in both asoc and ep, but hlist_node
and hashent are only needed by ep after asoc_hashtable was dropped by
Commit b5eff71283 ("sctp: drop the old assoc hashtable of sctp").

So it is better to move hlist_node and hashent from sctp_ep_common to
sctp_endpoint, and it saves some space for each asoc.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 9ab0faa7f9 ("sctp: Fix null-ptr-deref in reuseport_add_sock().")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-08-19 05:41:11 +02:00
..
2021-06-10 13:39:24 +02:00
2023-11-20 11:06:55 +01:00
2023-06-14 11:09:42 +02:00
2024-06-16 13:32:36 +02:00
2023-08-11 11:57:50 +02:00