Go to the source code of this file.
#define foreach_mactime_error |
Value:_(
DROP,
"Dropped packets") \
_(OK, "Permitted packets")
Definition at line 34 of file node.c.
Enumerator |
---|
MACTIME_N_ERROR |
|
Definition at line 38 of file node.c.
Enumerator |
---|
MACTIME_NEXT_DROP |
|
MACTIME_NEXT_ETHERNET_INPUT |
|
MACTIME_N_NEXT |
|
Definition at line 52 of file node.c.
static u8* format_mactime_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* mactime_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_mactime_error
Definition at line 46 of file node.c.
Initial value:=
{
.name = "mactime",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static char * mactime_error_strings[]
static u8 * format_mactime_trace(u8 *s, va_list *args)
static uword mactime_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (mactime_node)
Definition at line 31 of file node.c.
Initial value:=
{
.name = "mactime-tx",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static char * mactime_error_strings[]
static uword mactime_tx_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_mactime_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (mactime_tx_node)
Definition at line 32 of file node.c.