process_tcp_connection
static void process_tcp_connection(struct connection *, const char *, int);
return add_fd(data, sock, CONN_TCP, process_tcp_connection);