Page MenuHomeFreeBSD

tcp: Eliminate one usage of TUNABLE_INT_FETCH
ClosedPublic

Authored by zlei on Sep 27 2023, 10:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 11:32 PM
Unknown Object (File)
Thu, Mar 26, 9:48 AM
Unknown Object (File)
Tue, Mar 24, 12:07 PM
Unknown Object (File)
Sat, Mar 21, 7:34 PM
Unknown Object (File)
Thu, Mar 5, 3:12 PM
Unknown Object (File)
Feb 23 2026, 10:36 AM
Unknown Object (File)
Jan 25 2026, 2:38 PM
Unknown Object (File)
Jan 25 2026, 1:32 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Sep 27 2023, 10:26 AM
zlei added inline comments.
sys/netinet/tcp_subr.c
318

@glebius Does it need CTLFLAG_NEEDGIANT ?

cc added a subscriber: cc.

My understanding too here is that CTLFLAG_NOFETCH is not used, and so is CTLFLAG_NEEDGIANT not needed.

This revision is now accepted and ready to land.Oct 3 2023, 7:14 AM