#include <or.h>
Data Fields | |
packed_cell_t * | head |
packed_cell_t * | tail |
int | n |
insertion_time_queue_t * | insertion_times |
The first cell, or NULL if the queue is empty.
Referenced by cell_queue_append(), cell_queue_clear(), cell_queue_pop(), and connection_or_flush_from_first_active_circuit().
The last cell, or NULL if the queue is empty.
Referenced by cell_queue_append(), cell_queue_clear(), and cell_queue_pop().
int cell_queue_t::n |
The number of cells in the queue.
Referenced by append_cell_to_circuit_queue(), cell_queue_append(), cell_queue_clear(), cell_queue_pop(), circuit_set_n_circid_orconn(), circuit_set_p_circid_orconn(), connection_or_flush_from_first_active_circuit(), dump_cell_pool_usage(), and HT_HEAD().
Insertion times of cells.
Referenced by cell_queue_append_packed_copy(), cell_queue_clear(), and connection_or_flush_from_first_active_circuit().