Tor 0.4.9.0-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 cell_queue_append(), cell_queue_clear(), cell_queue_pop(), channel_flush_from_first_active_circuit(), circuit_is_queue_full(), circuitmux_attach_circuit(), congestion_control_update_circuit_bdp(), dump_cell_pool_usage(), and n_cells_in_circ_queues().