Searched defs:tcp_squeue_priv_s (Results 1 – 1 of 1) sorted by relevance
201 typedef struct tcp_squeue_priv_s { struct202 kmutex_t tcp_time_wait_lock;203 boolean_t tcp_time_wait_collector_active;204 callout_id_t tcp_time_wait_tid;205 uint64_t tcp_time_wait_cnt;206 int64_t tcp_time_wait_schedule;207 int64_t tcp_time_wait_offset;208 tcp_t *tcp_time_wait_bucket[TCP_TIME_WAIT_BUCKETS];209 tcp_t *tcp_free_list;210 uint_t tcp_free_list_cnt;