Go to the source code of this file.
#define foreach_virtio_input_error _(UNKNOWN, "unknown") |
Enumerator |
---|
TAP_INPUT_N_ERROR |
|
Definition at line 41 of file node.c.
static u8* format_virtio_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* virtio_input_error_strings[] |
|
static |
Initial value:= {
#define _(n,s)
}
#define foreach_virtio_input_error
Definition at line 49 of file node.c.
Initial value:= {
.name = "virtio-input",
.sibling_of = "device-input",
.state = VLIB_NODE_STATE_INTERRUPT,
}
static uword virtio_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_virtio_input_trace(u8 *s, va_list *args)
static char * virtio_input_error_strings[]
(constructor) VLIB_REGISTER_NODE (virtio_input_node)
Definition at line 284 of file node.c.