Avoid a useless increment and decrement of the tcp syn cache refcount
authorbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 21:37:17 +0000 (21:37 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 21:37:17 +0000 (21:37 +0000)
commitd7d68d5b4b4551aa2c5c051b45ab42f0d8f81881
tree1e24234fc425155dd89ad882042388ece11ee676
parent792ee5a21124301e33e82127bce5151fd98cefcd
Avoid a useless increment and decrement of the tcp syn cache refcount
by unexpanding the SYN_CACHE_TIMER_ARM() macro in the timer callback.
OK mvs@
sys/netinet/tcp_input.c