![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | foreach_p2p_ethernet_error _(HITS, "P2P ethernet incoming packets processed") |
Enumerations | |
enum | p2p_ethernet_error_t { P2PE_N_ERROR } |
Functions | |
static u8 * | format_p2p_ethernet_trace (u8 *s, va_list *args) |
VLIB_NODE_FN() | p2p_ethernet_input_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
vlib_node_registration_t | p2p_ethernet_input_node |
(constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node) More... | |
static char * | p2p_ethernet_error_strings [] |
#define foreach_p2p_ethernet_error _(HITS, "P2P ethernet incoming packets processed") |
Definition at line 45 of file p2p_ethernet_input.c.
enum p2p_ethernet_error_t |
Enumerator | |
---|---|
P2PE_N_ERROR |
Definition at line 48 of file p2p_ethernet_input.c.
VLIB_NODE_FN() p2p_ethernet_input_node | ( | vlib_main_t * | vm, |
vlib_node_runtime_t * | node, | ||
vlib_frame_t * | frame | ||
) |
|
static |
Definition at line 56 of file p2p_ethernet_input.c.
vlib_node_registration_t p2p_ethernet_input_node |
(constructor) VLIB_REGISTER_NODE (p2p_ethernet_input_node)
Definition at line 235 of file p2p_ethernet_input.c.