Go to the source code of this file.
◆ foreach_p2p_ethernet_error
#define foreach_p2p_ethernet_error _(HITS, "P2P ethernet incoming packets processed") |
◆ p2p_ethernet_error_t
◆ format_p2p_ethernet_trace()
u8* format_p2p_ethernet_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ p2p_ethernet_input_node_fn()
◆ p2p_ethernet_error_strings
char* p2p_ethernet_error_strings[] |
|
static |
◆ p2p_ethernet_input_node
Initial value:= {
.name = "p2p-ethernet-input",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node)
Definition at line 27 of file p2p_ethernet_input.c.