Tor 0.4.9.3-alpha-dev
|
#include <cell_queue_st.h>
Public Member Functions | |
TOR_SIMPLEQ_HEAD (cell_simpleq_t, packed_cell_t) head | |
Data Fields | |
int | n |
A queue of cells on a circuit, waiting to be added to the or_connection_t's outbuf.
Definition at line 28 of file cell_queue_st.h.
TOR_SIMPLEQ_HEAD | ( | cell_simpleq_t | , |
packed_cell_t | |||
) |
Linked list of packed_cell_t
int n |
The number of cells in the queue.
Definition at line 31 of file cell_queue_st.h.
Referenced by append_cell_to_circuit_queue(), cell_queue_append(), cell_queue_clear(), cell_queue_pop(), channel_flush_from_first_active_circuit(), circuit_is_queue_full(), circuit_resume_edge_reading_helper(), circuit_synchronize_written_or_bandwidth(), circuitmux_attach_circuit(), congestion_control_update_circuit_bdp(), dump_cell_pool_usage(), n_cells_in_circ_queues(), and update_circuit_on_cmux_().