Go to the source code of this file.
A struct to hold tracing information for the MPLS label imposition node.
u8* format_mpls_label_dpo |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
static u8* format_mpls_label_imposition_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static void mpls_label_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
static void mpls_label_dpo_mem_show |
( |
void |
| ) |
|
|
static |
void mpls_label_dpo_module_init |
( |
void |
| ) |
|
static void mpls_label_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
Initial value:= {
}
u8 * format_mpls_label_dpo(u8 *s, va_list *args)
static void mpls_label_dpo_lock(dpo_id_t *dpo)
static void mpls_label_dpo_mem_show(void)
static void mpls_label_dpo_unlock(dpo_id_t *dpo)
Definition at line 240 of file mpls_label_dpo.c.
const char* const mpls_label_imp_ip4_nodes[] |
|
static |
const char* const mpls_label_imp_ip6_nodes[] |
|
static |
const char* const mpls_label_imp_mpls_nodes[] |
|
static |
Initial value:=
{
}
static const char *const mpls_label_imp_ip6_nodes[]
static const char *const mpls_label_imp_mpls_nodes[]
static const char *const mpls_label_imp_ip4_nodes[]
Definition at line 262 of file mpls_label_dpo.c.
Initial value:= {
.name = "mpls-label-imposition",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
}
}
static uword mpls_label_imposition(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_mpls_label_imposition_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (mpls_label_imposition_node)
Definition at line 218 of file mpls_label_dpo.c.