WSL2-Linux-Kernel/include/net/sctp
Xin Long 83f1d094e8 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: 9ab0faa7f9ff ("sctp: Fix null-ptr-deref in reuseport_add_sock().")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-08-19 05:45:35 +02:00
..
auth.h
checksum.h
command.h sctp: add the probe timer in transport for PLPMTUD 2021-06-22 11:28:52 -07:00
constants.h sctp: move 198 addresses from unusable to private scope 2021-07-01 11:47:13 -07:00
sctp.h sctp: move hlist_node and hashent out of sctp_ep_common 2024-08-19 05:45:35 +02:00
sm.h sctp: fix transport encap_port update in sctp_vtag_verify 2021-10-15 11:21:10 +01:00
stream_interleave.h
stream_sched.h sctp: fix memory leak in sctp_stream_outq_migrate() 2022-12-08 11:28:41 +01:00
structs.h sctp: move hlist_node and hashent out of sctp_ep_common 2024-08-19 05:45:35 +02:00
tsnmap.h
ulpevent.h sctp: fix typo sctp_ulpevent_nofity_peer_addr_change 2020-05-27 15:08:02 -07:00
ulpqueue.h