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)
Sun, Jan 26, 4:52 PM
Unknown Object (File)
Thu, Jan 23, 2:49 PM
Unknown Object (File)
Fri, Jan 17, 1:40 PM
Unknown Object (File)
Wed, Jan 15, 8:32 AM
Unknown Object (File)
Jan 14 2025, 3:47 AM
Unknown Object (File)
Jan 13 2025, 1:52 AM
Unknown Object (File)
Jan 12 2025, 10:29 PM
Unknown Object (File)
Jan 11 2025, 11:17 AM
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