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