K 10 svn:author V 7 rscheff K 8 svn:date V 27 2021-04-16T21:33:37.380578Z K 7 svn:log V 532 tcp: Make hostcache.cache_count MPSAFE by using a counter_u64_t Addressing the underlying root cause for cache_count to show unexpectedly high values, by protecting all arithmetic on that global variable by using counter(9). PR: 254333 Reviewed By: tuexen, #transport MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D29510 (cherry picked from commit 95e56d31e348594973affd0ea81d8f8383bc3031) Git Hash: c0f8ed6ff81260fb4a26da354d3f06aaa83e74de Git Author: rscheff@FreeBSD.org END