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)
Sun, Jan 5, 3:15 PM
Unknown Object (File)
Nov 23 2024, 7:18 AM
Unknown Object (File)
Nov 4 2024, 6:20 PM
Unknown Object (File)
Nov 3 2024, 4:04 PM
Unknown Object (File)
Oct 24 2024, 3:01 PM
Unknown Object (File)
Sep 30 2024, 11:37 PM
Unknown Object (File)
Sep 29 2024, 6:29 PM
Unknown Object (File)
Sep 28 2024, 1:30 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable