![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Include dependency graph for session_node.c:Go to the source code of this file.
Data Structures | |
| struct | session_queue_trace_t |
Macros | |
| #define | foreach_session_queue_error |
Enumerations | |
| enum | session_queue_error_t { SESSION_QUEUE_N_ERROR } |
| enum | { SESSION_TX_NO_BUFFERS = -2, SESSION_TX_NO_DATA, SESSION_TX_OK } |
Variables | |
| vlib_node_registration_t | session_queue_node |
| (constructor) VLIB_REGISTER_NODE (session_queue_node) More... | |
| static char * | session_queue_error_strings [] |
| vlib_node_registration_t | session_queue_process_node |
| (constructor) VLIB_REGISTER_NODE (session_queue_process_node) More... | |
| vlib_node_registration_t | session_queue_pre_input_node |
| (constructor) VLIB_REGISTER_NODE (session_queue_pre_input_node) More... | |
| #define foreach_session_queue_error |
Definition at line 313 of file session_node.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SESSION_TX_NO_BUFFERS | |
| SESSION_TX_NO_DATA | |
| SESSION_TX_OK | |
Definition at line 332 of file session_node.c.
| Enumerator | |
|---|---|
| SESSION_QUEUE_N_ERROR | |
Definition at line 318 of file session_node.c.
|
static |
Definition at line 31 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void dump_thread_0_event_queue | ( | void | ) |
|
inlinestatic |
Definition at line 862 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 856 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 37 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 144 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 189 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 100 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 215 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1139 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u8 session_node_lookup_fifo_event | ( | svm_fifo_t * | f, |
| session_event_t * | e | ||
| ) |
Definition at line 1169 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 951 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline uword session_queue_pre_input_inline | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | frame | ||
| ) |
|
static |
|
inlinestatic |
Definition at line 360 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int session_tx_fifo_dequeue_and_snd | ( | session_worker_t * | wrk, |
| vlib_node_runtime_t * | node, | ||
| session_evt_elt_t * | e, | ||
| int * | n_tx_packets | ||
| ) |
| int session_tx_fifo_dequeue_internal | ( | session_worker_t * | wrk, |
| vlib_node_runtime_t * | node, | ||
| session_evt_elt_t * | e, | ||
| int * | n_tx_packets | ||
| ) |
Definition at line 842 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int session_tx_fifo_peek_and_snd | ( | session_worker_t * | wrk, |
| vlib_node_runtime_t * | node, | ||
| session_evt_elt_t * | e, | ||
| int * | n_tx_packets | ||
| ) |
|
inlinestatic |
Definition at line 622 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 439 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
inlinestatic |
Definition at line 555 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 340 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 326 of file session_node.c.
| vlib_node_registration_t session_queue_node |
(constructor) VLIB_REGISTER_NODE (session_queue_node)
Definition at line 292 of file session_node.c.
| vlib_node_registration_t session_queue_pre_input_node |
(constructor) VLIB_REGISTER_NODE (session_queue_pre_input_node)
Definition at line 1294 of file session_node.c.
| vlib_node_registration_t session_queue_process_node |
(constructor) VLIB_REGISTER_NODE (session_queue_process_node)
Definition at line 1274 of file session_node.c.