Page MenuHomeFreeBSD

ktls: Remove the socket parameter to ktls_ocf_try()
ClosedPublic

Authored by markj on Jun 21 2024, 4:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 25, 8:45 PM
Unknown Object (File)
Sat, Jun 20, 11:39 AM
Unknown Object (File)
Jun 7 2026, 10:10 AM
Unknown Object (File)
Jun 6 2026, 6:25 AM
Unknown Object (File)
Jun 6 2026, 3:13 AM
Unknown Object (File)
Jun 4 2026, 4:53 AM
Unknown Object (File)
May 14 2026, 8:46 PM
Unknown Object (File)
May 14 2026, 7:01 PM
Subscribers

Details

Summary

The socket is unused, and not passing it means that there's less to
think about when considering how KTLS is synchronized with the rest of
the socket code. No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable