Lines Matching defs:tcp_syncache
121 struct tcp_syncache { struct
122 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;
133 struct syncookie_secret secret;
134 struct mtx pause_mtx;
135 struct callout pause_co;
136 time_t pause_until;
137 uint8_t pause_backoff;
138 volatile bool paused;
139 bool see_other;