Go to the source code of this file.
#define foreach_mcast_prep_error _(MCASTS, "Multicast Packets") |
#define foreach_mcast_recycle_error _(RECYCLES, "Multicast Recycles") |
Enumerator |
---|
MCAST_PREP_N_ERROR |
|
Definition at line 50 of file mcast.c.
Enumerator |
---|
MCAST_PREP_NEXT_DROP |
|
MCAST_PREP_N_NEXT |
|
Definition at line 63 of file mcast.c.
Enumerator |
---|
MCAST_RECYCLE_N_ERROR |
|
Definition at line 272 of file mcast.c.
Enumerator |
---|
MCAST_RECYCLE_NEXT_DROP |
|
MCAST_RECYCLE_N_NEXT |
|
Definition at line 285 of file mcast.c.
static u8* format_mcast_prep_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_mcast_recycle_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* mcast_prep_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_mcast_prep_error
Definition at line 57 of file mcast.c.
Initial value:= {
.name = "mcast_prep",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static u8 * format_mcast_prep_trace(u8 *s, va_list *args)
static uword mcast_prep_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * mcast_prep_error_strings[]
(constructor) VLIB_REGISTER_NODE (mcast_prep_node)
Definition at line 44 of file mcast.c.
char* mcast_recycle_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_mcast_recycle_error
Definition at line 279 of file mcast.c.
Initial value:= {
.name = "mcast-recycle",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * mcast_recycle_error_strings[]
static uword mcast_recycle_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_mcast_recycle_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (mcast_recycle_node)
Definition at line 45 of file mcast.c.