Go to the source code of this file.
#define foreach_cop_input_error _(PROCESSED, "COP input packets processed") |
#define foreach_cop_stub _(default-cop-whitelist, default_cop_whitelist) |
Enumerator |
---|
COP_INPUT_N_ERROR |
|
Definition at line 40 of file node1.c.
static u8* format_cop_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* cop_input_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_cop_input_error
Definition at line 47 of file node1.c.
Initial value:= {
.name = "cop-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * cop_input_error_strings[]
static uword cop_input_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_cop_input_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (cop_input_node)
Definition at line 35 of file node1.c.