There are no in-tree consumers of these hooks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 57339 Build 54227: arc lint + arc unit
Event Timeline
Comment Actions
Or, this can go under SOCKET_HHOOK new option. Cause these two hhooks aren't really related. What do you think?
Comment Actions
So any reason you use TCP_HHOOK instead of SOCKET_HHOOK? I would prefer SOCKET_HHOOK.
sys/kern/uipc_socket.c | ||
---|---|---|
437 | When this comment was introduced, it applied to the if statement above and was put before the if statement. See 4ec737123326. So are you moving it down intentionally? |
sys/kern/uipc_socket.c | ||
---|---|---|
437 | Indeed. I assumed the comment says that so_gencnt and numopensockets can be made atomics. I will put the comment back. |