![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
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 | app_check_thread_and_barrier(_fn, _arg) |
| #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 [] |
| static const u32 | session_evt_msg_sizes [] |
| 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 app_check_thread_and_barrier | ( | _fn, | |
| _arg | |||
| ) |
Definition at line 28 of file session_node.c.
| #define foreach_session_queue_error |
Definition at line 541 of file session_node.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SESSION_TX_NO_BUFFERS | |
| SESSION_TX_NO_DATA | |
| SESSION_TX_OK | |
Definition at line 560 of file session_node.c.
| Enumerator | |
|---|---|
| SESSION_QUEUE_N_ERROR | |
Definition at line 546 of file session_node.c.
|
static |
Definition at line 191 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 1276 of file session_node.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1185 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 1345 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 1373 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 238 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 494 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 96 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 148 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 175 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 345 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 390 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 36 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 72 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 301 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 209 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 416 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 1384 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 |
|
static |
Definition at line 1537 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 588 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 * | elt, | ||
| int * | n_tx_packets | ||
| ) |
Definition at line 1149 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 927 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 673 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 914 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 795 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 568 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 1336 of file session_node.c.
|
static |
Definition at line 554 of file session_node.c.
| vlib_node_registration_t session_queue_node |
(constructor) VLIB_REGISTER_NODE (session_queue_node)
Definition at line 520 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 1599 of file session_node.c.
| vlib_node_registration_t session_queue_process_node |
(constructor) VLIB_REGISTER_NODE (session_queue_process_node)
Definition at line 1578 of file session_node.c.