Home
last modified time | relevance | path

Searched defs:tcp_hostcache (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.h71 struct tcp_hostcache { struct
72 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 …]