diff options
author | Xin Long <lucien.xin@gmail.com> | 2021-12-21 16:40:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-12-23 11:15:30 +0000 |
commit | 3d3b2f57d4447e6e9f4096ad01d0e4129f7bc7e9 (patch) | |
tree | 61f4a068e6fa93493bcaeca252a01cbb9aed7698 /Documentation/core-api/tracepoint.rst | |
parent | Merge branch 'add-tests-for-vxlan-with-ipv6-underlay' (diff) | |
download | linux-dev-3d3b2f57d4447e6e9f4096ad01d0e4129f7bc7e9.tar.xz linux-dev-3d3b2f57d4447e6e9f4096ad01d0e4129f7bc7e9.zip |
sctp: move hlist_node and hashent out of sctp_ep_common
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>
Diffstat (limited to 'Documentation/core-api/tracepoint.rst')
0 files changed, 0 insertions, 0 deletions