Searched defs:tcp_hostcache (Results 1 – 1 of 1) sorted by relevance
71 struct tcp_hostcache { struct72 struct hc_head *hashbase;73 uma_zone_t zone;74 u_int hashsize;75 u_int hashmask;76 u_int bucket_limit;77 u_int cache_count;78 u_int cache_limit;79 int expire;80 int prune;[all …]