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)
Dec 9 2024, 8:21 AM
Unknown Object (File)
Nov 30 2024, 7:43 AM
Unknown Object (File)
Nov 28 2024, 10:10 PM
Unknown Object (File)
Nov 28 2024, 10:09 PM
Unknown Object (File)
Nov 28 2024, 10:09 PM
Unknown Object (File)
Nov 28 2024, 9:52 PM
Unknown Object (File)
Nov 18 2024, 12:36 AM
Unknown Object (File)
Oct 4 2024, 7:49 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable