Home
last modified time | relevance | path

Searched refs:current_tcp_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.h304 int current_tcp_count; member
H A Dserver.c3429 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()
H A Dnsd.c973 nsd.current_tcp_count = 0; in main()