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)
Thu, May 21, 11:28 AM
Unknown Object (File)
Tue, May 19, 3:18 AM
Unknown Object (File)
Tue, May 19, 12:37 AM
Unknown Object (File)
Sun, May 17, 7:50 AM
Unknown Object (File)
Apr 20 2026, 11:24 PM
Unknown Object (File)
Apr 20 2026, 9:20 AM
Unknown Object (File)
Apr 17 2026, 4:01 AM
Unknown Object (File)
Apr 16 2026, 7:30 AM
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