Page MenuHomeFreeBSD

tcp_timewait: use on stack struct tcptw as last resort
ClosedPublic

Authored by glebius on Nov 12 2021, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 10, 7:22 PM
Unknown Object (File)
Tue, Mar 10, 7:43 AM
Unknown Object (File)
Mon, Mar 9, 2:43 PM
Unknown Object (File)
Thu, Feb 26, 5:46 AM
Unknown Object (File)
Feb 3 2026, 10:41 PM
Unknown Object (File)
Jan 8 2026, 12:34 AM
Unknown Object (File)
Dec 11 2025, 7:50 AM
Unknown Object (File)
Dec 6 2025, 7:37 AM
Subscribers

Details

Summary

In case we failed to uma_zalloc() and also failed to reuse with
tcp_tw_2msl_scan(), then just use on stack tcptw. This will allow
to run through tcp_twrespond() and standard tcpcb discard routine.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42757
Build 39645: arc lint + arc unit