Page MenuHomeFreeBSD

Push down INP_WLOCK slightly in tcp_ctloutput.
ClosedPublic

Authored by jhb on Mar 28 2019, 9:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 6, 11:21 PM
Unknown Object (File)
Jul 7 2025, 6:01 PM
Unknown Object (File)
Jul 1 2025, 4:55 PM
Unknown Object (File)
Jun 29 2025, 9:24 PM
Unknown Object (File)
Jun 29 2025, 7:11 AM
Unknown Object (File)
Jun 28 2025, 9:16 PM
Unknown Object (File)
Jun 28 2025, 1:37 AM
Unknown Object (File)
Jun 27 2025, 3:08 PM
Subscribers

Details

Summary

The inp lock is not needed for testing the V6 flag as that flag is set
once when the inp is created and never changes. For non-TCP socket
options the lock is immediately dropped after checking that flag.
This just pushes the lock down to only be acquired for TCP socket
options.

This isn't a hot-path, more a cosmetic cleanup I noticed while reading
the code.

Test Plan
  • tested as part of larger patch by Drew (and myself in light testing)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 23358
Build 22384: arc lint + arc unit