Go to the source code of this file.
|
uword | vlib_error_drop_buffers (vlib_main_t *vm, vlib_node_runtime_t *node, u32 *buffers, u32 next_buffer_stride, u32 n_buffers, u32 next_index, u32 drop_error_node, u32 drop_error_code) |
|
void | vlib_register_errors (vlib_main_t *vm, u32 node_index, u32 n_errors, char *error_strings[], vl_counter_t counters[]) |
|
static char * | sev2str (enum vl_counter_severity_e s) |
|
static clib_error_t * | show_errors (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | clear_error_counters (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ clear_error_counters()
◆ sev2str()
◆ show_errors()
◆ vlib_error_drop_buffers()
◆ vlib_register_errors()
◆ cli_clear_error_counters
Initial value:= {
.path = "clear errors",
.short_help = "Clear error counters",
}
static clib_error_t * clear_error_counters(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cli_clear_error_counters)
Definition at line 350 of file error.c.
◆ cli_clear_node_counters
Initial value:= {
.path = "clear node counters",
.short_help = "Clear node counters",
}
static clib_error_t * clear_error_counters(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cli_clear_node_counters)
Definition at line 358 of file error.c.
◆ cli_show_node_counters
Initial value:= {
.path = "show node counters",
.short_help = "Show node counters",
}
static clib_error_t * show_errors(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cli_show_node_counters)
Definition at line 324 of file error.c.
◆ vlib_cli_show_errors
Initial value:= {
.path = "show errors",
.short_help = "Show error counts",
}
static clib_error_t * show_errors(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (vlib_cli_show_errors)
Definition at line 316 of file error.c.