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
F153497282: D32965.diff
Tue, Apr 21, 11:38 AM
Unknown Object (File)
Tue, Apr 21, 3:41 AM
Unknown Object (File)
Mon, Apr 20, 6:48 AM
Unknown Object (File)
Sun, Apr 19, 8:20 PM
Unknown Object (File)
Fri, Apr 3, 5:12 PM
Unknown Object (File)
Fri, Apr 3, 9:56 AM
Unknown Object (File)
Fri, Mar 27, 12:04 PM
Unknown Object (File)
Mar 17 2026, 5:46 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