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()
static u8* format_p2p_ethernet_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ p2p_ethernet_input_node()
◆ 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",
},
}
#define VLIB_NODE_FLAG_TRACE_SUPPORTED
vl_api_fib_path_type_t type
(constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node)
Definition at line 235 of file p2p_ethernet_input.c.