Searched defs:tcp_syncache (Results 1 – 1 of 1) sorted by relevance
123 struct tcp_syncache { struct124 struct syncache_head *hashbase;125 uma_zone_t zone;126 u_int hashsize;127 u_int hashmask;128 u_int bucket_limit;129 u_int cache_limit;130 u_int rexmt_limit;131 uint32_t hash_secret;133 struct vnet *vnet;[all …]