FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | mpls_lookup_trace_t |
struct | mpls_load_balance_trace_t |
Macros | |
#define | mpls_error(n, s) s, |
Functions | |
static u8 * | format_mpls_lookup_trace (u8 *s, va_list *args) |
static uword | mpls_lookup (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
static u8 * | format_mpls_load_balance_trace (u8 *s, va_list *args) |
static uword | mpls_load_balance (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
static clib_error_t * | mpls_lookup_init (vlib_main_t *vm) |
Variables | |
static vlib_node_registration_t | mpls_lookup_node |
Static MPLS VLIB forwarding node. More... | |
u32 | mpls_lookup_to_replicate_edge |
The arc/edge from the MPLS lookup node to the MPLS replicate node. More... | |
static char * | mpls_error_strings [] |
vlib_node_registration_t | mpls_load_balance_node |
(constructor) VLIB_REGISTER_NODE (mpls_load_balance_node) More... | |
#define mpls_error | ( | n, | |
s | |||
) | s, |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
Definition at line 462 of file mpls_lookup.c.
vlib_node_registration_t mpls_load_balance_node |
(constructor) VLIB_REGISTER_NODE (mpls_load_balance_node)
Definition at line 691 of file mpls_lookup.c.
|
static |
Static MPLS VLIB forwarding node.
(constructor) VLIB_REGISTER_NODE (mpls_lookup_node)
Definition at line 28 of file mpls_lookup.c.
u32 mpls_lookup_to_replicate_edge |
The arc/edge from the MPLS lookup node to the MPLS replicate node.
Definition at line 33 of file mpls_lookup.c.