![]() |
FD.io VPP
v18.11-rc0-18-g2a3fb1a
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) |
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 284 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 73 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 273 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 242 of file mpls_input.c.
| vlib_node_registration_t mpls_input_node |
(constructor) VLIB_REGISTER_NODE (mpls_input_node)
Definition at line 63 of file mpls_input.c.