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, Mar 26, 7:42 AM
Unknown Object (File)
Wed, Mar 25, 7:17 AM
Unknown Object (File)
Thu, Mar 19, 8:33 AM
Unknown Object (File)
Thu, Mar 19, 8:28 AM
Unknown Object (File)
Sun, Mar 15, 9:09 AM
Unknown Object (File)
Thu, Mar 12, 6:42 PM
Unknown Object (File)
Thu, Mar 5, 3:52 PM
Unknown Object (File)
Thu, Mar 5, 12:35 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