aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_hostcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_hostcache.h')
-rw-r--r--sys/netinet/tcp_hostcache.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/netinet/tcp_hostcache.h b/sys/netinet/tcp_hostcache.h
index f4e1013aac60..b5237392acc2 100644
--- a/sys/netinet/tcp_hostcache.h
+++ b/sys/netinet/tcp_hostcache.h
@@ -69,16 +69,16 @@ struct hc_metrics {
};
struct tcp_hostcache {
- struct hc_head *hashbase;
- uma_zone_t zone;
- u_int hashsize;
- u_int hashmask;
- u_int bucket_limit;
- u_int cache_count;
- u_int cache_limit;
- int expire;
- int prune;
- int purgeall;
+ struct hc_head *hashbase;
+ uma_zone_t zone;
+ u_int hashsize;
+ u_int hashmask;
+ u_int bucket_limit;
+ counter_u64_t cache_count;
+ u_int cache_limit;
+ int expire;
+ int prune;
+ int purgeall;
};
#endif /* !_NETINET_TCP_HOSTCACHE_H_*/