Go to the source code of this file.
#define foreach_af_packet_input_error _(PARTIAL_PKT, "partial packet") |
Enumerator |
---|
AF_PACKET_INPUT_N_ERROR |
|
Definition at line 35 of file node.c.
static u8* format_af_packet_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* af_packet_input_error_strings[] |
|
static |
Initial value:= {
#define _(n,s)
}
#define foreach_af_packet_input_error
Definition at line 43 of file node.c.
Initial value:= {
.name = "af-packet-input",
.sibling_of = "device-input",
.state = VLIB_NODE_STATE_INTERRUPT,
}
static uword af_packet_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * af_packet_input_error_strings[]
static u8 * format_af_packet_input_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (af_packet_input_node)
Definition at line 370 of file node.c.