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)
Sat, Oct 11, 3:48 PM
Unknown Object (File)
Thu, Oct 9, 1:08 AM
Unknown Object (File)
Thu, Oct 2, 5:42 AM
Unknown Object (File)
Tue, Sep 16, 3:23 AM
Unknown Object (File)
Tue, Sep 16, 2:42 AM
Unknown Object (File)
Mon, Sep 15, 11:24 PM
Unknown Object (File)
Sep 14 2025, 11:12 AM
Unknown Object (File)
Sep 8 2025, 11:29 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