Page MenuHomeFreeBSD

tcp_hpts: move HPTS related fields from inpcb to tcpcb
ClosedPublic

Authored by glebius on Apr 19 2023, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 30, 6:31 AM
Unknown Object (File)
Sep 30 2024, 1:05 PM
Unknown Object (File)
Sep 28 2024, 9:38 PM
Unknown Object (File)
Sep 28 2024, 9:15 PM
Unknown Object (File)
Sep 28 2024, 7:18 PM
Unknown Object (File)
Sep 25 2024, 8:50 PM
Unknown Object (File)
Sep 25 2024, 3:02 PM
Unknown Object (File)
Sep 24 2024, 9:52 PM
Subscribers

Details

Summary

This makes inpcb lighter and allows future cache line optimizations
of tcpcb. The reason why HPTS originally used inpcb is the TIME-WAIT
state that used to free a tcpcb, while the associated connection is
still on the HPTS ring.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51040
Build 47931: arc lint + arc unit