Searched refs:current_tcp_count (Results 1 – 3 of 3) sorted by relevance
304 int current_tcp_count; member
3429 if(nsd->current_tcp_count == 0 || tcp_active_list == NULL) in service_remaining_tcp()3486 while(nsd->current_tcp_count > 0) { in service_remaining_tcp()3981 if (slowaccept || data->nsd->current_tcp_count == data->nsd->maximum_tcp_count) { in cleanup_tcp_handler()3988 --data->nsd->current_tcp_count; in cleanup_tcp_handler()3989 assert(data->nsd->current_tcp_count >= 0); in cleanup_tcp_handler()5057 if (data->nsd->current_tcp_count >= data->nsd->maximum_tcp_count) { in handle_tcp_accept()5145 if (data->nsd->current_tcp_count > data->nsd->maximum_tcp_count/2) { in handle_tcp_accept()5205 ++data->nsd->current_tcp_count; in handle_tcp_accept()5207 data->nsd->current_tcp_count == data->nsd->maximum_tcp_count) in handle_tcp_accept()
973 nsd.current_tcp_count = 0; in main()