Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dserver.c302 static struct tcp_handler_data *tcp_active_list = NULL; variable
3429 if(nsd->current_tcp_count == 0 || tcp_active_list == NULL) in service_remaining_tcp()
3446 for(p = tcp_active_list; p != NULL; p = p->next) { in service_remaining_tcp()
3972 else tcp_active_list = data->next; in cleanup_tcp_handler()
5189 if(tcp_active_list) { in handle_tcp_accept()
5190 tcp_active_list->prev = tcp_data; in handle_tcp_accept()
5191 tcp_data->next = tcp_active_list; in handle_tcp_accept()
5193 tcp_active_list = tcp_data; in handle_tcp_accept()