![]() |
FD.io VPP
v18.01.2
Vector Packet Processing
|
Include dependency graph for mpls_input.c:Go to the source code of this file.
Data Structures | |
| struct | mpls_input_trace_t |
| struct | mpls_input_runtime_t |
Macros | |
| #define | foreach_mpls_input_next |
| #define | mpls_error(n, s) s, |
Enumerations | |
| enum | mpls_input_next_t { MPLS_INPUT_N_NEXT } |
Functions | |
| static u8 * | format_mpls_input_trace (u8 *s, va_list *args) |
| static uword | mpls_input_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| static uword | mpls_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| static void | mpls_setup_nodes (vlib_main_t *vm) |
| static clib_error_t * | mpls_input_init (vlib_main_t *vm) |
| static clib_error_t * | mpls_input_worker_init (vlib_main_t *vm) |
| VLIB_WORKER_INIT_FUNCTION (mpls_input_worker_init) | |
Variables | |
| vlib_node_registration_t | mpls_input_node |
| (constructor) VLIB_REGISTER_NODE (mpls_input_node) More... | |
| static char * | mpls_error_strings [] |
| #define foreach_mpls_input_next |
Definition at line 28 of file mpls_input.c.
| #define mpls_error | ( | n, | |
| s | |||
| ) | s, |
| enum mpls_input_next_t |
| Enumerator | |
|---|---|
| MPLS_INPUT_N_NEXT | |
Definition at line 32 of file mpls_input.c.
|
static |
|
static |
Definition at line 298 of file mpls_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 72 of file mpls_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 280 of file mpls_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_WORKER_INIT_FUNCTION | ( | mpls_input_worker_init | ) |
Here is the caller graph for this function:
|
static |
Definition at line 249 of file mpls_input.c.
| vlib_node_registration_t mpls_input_node |
(constructor) VLIB_REGISTER_NODE (mpls_input_node)
Definition at line 62 of file mpls_input.c.