There are no in-tree consumers of these hooks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 | ||
---|---|---|
438 | 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 | ||
---|---|---|
438 | Indeed. I assumed the comment says that so_gencnt and numopensockets can be made atomics. I will put the comment back. |