FD.io VPP
v18.10-34-gcce845e
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 | |
u8 * | format_p2p_ethernet_trace (u8 *s, va_list *args) |
static uword | p2p_ethernet_input_node_fn (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.
Definition at line 31 of file p2p_ethernet_input.c.
|
static |
|
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 27 of file p2p_ethernet_input.c.