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