![]() |
FD.io VPP
v21.01.1
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) |
| VLIB_NODE_FN() | mpls_input_node (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) |
Variables | |
| static char * | mpls_error_strings [] |
| vlib_node_registration_t | mpls_input_node |
| (constructor) VLIB_REGISTER_NODE (mpls_input_node) More... | |
| #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 |
Definition at line 279 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 71 of file mpls_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_NODE_FN() mpls_input_node | ( | vlib_main_t * | vm, |
| vlib_node_runtime_t * | node, | ||
| vlib_frame_t * | from_frame | ||
| ) |
|
static |
Definition at line 268 of file mpls_input.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 239 of file mpls_input.c.
| vlib_node_registration_t mpls_input_node |
(constructor) VLIB_REGISTER_NODE (mpls_input_node)
Definition at line 245 of file mpls_input.c.