Go to the source code of this file.
#define vxlan_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
static u8* format_vxlan_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "vxlan4-input",
.vector_size =
sizeof (
u32),
.n_errors = VXLAN_N_ERROR,
.next_nodes = {
#define _(s,n)
},
}
#define foreach_vxlan_input_next
static uword vxlan4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * vxlan_error_strings[]
static u8 * format_vxlan_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan4_input_node)
Definition at line 22 of file decap.c.
Initial value:= {
.name = "vxlan6-input",
.vector_size =
sizeof (
u32),
.n_errors = VXLAN_N_ERROR,
.next_nodes = {
#define _(s,n)
},
}
#define foreach_vxlan_input_next
static char * vxlan_error_strings[]
static u8 * format_vxlan_rx_trace(u8 *s, va_list *args)
static uword vxlan6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (vxlan6_input_node)
Definition at line 23 of file decap.c.
char* vxlan_error_strings[] |
|
static |
Initial value:= {
#define vxlan_error(n,s)
vxlan_error (DECAPSULATED,
"good packets decapsulated")
}
#define vxlan_error(n, s)
Definition at line 530 of file decap.c.