kernel_samsung_a53x/include/net/sctp
Xin Long 8cb5751830 sctp: move hlist_node and hashent out of sctp_ep_common
[ Upstream commit 3d3b2f57d4447e6e9f4096ad01d0e4129f7bc7e9 ]

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 b5eff7128366 ("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: 9ab0faa7f9ff ("sctp: Fix null-ptr-deref in reuseport_add_sock().")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-23 23:20:22 +01:00
..
auth.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
checksum.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
command.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
constants.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sctp.h sctp: move hlist_node and hashent out of sctp_ep_common 2024-11-23 23:20:22 +01:00
sm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stream_interleave.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stream_sched.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
structs.h sctp: move hlist_node and hashent out of sctp_ep_common 2024-11-23 23:20:22 +01:00
tsnmap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ulpevent.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ulpqueue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00