Go to the source code of this file.
#define lisp_gpe_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
static u8* format_lisp_gpe_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* lisp_gpe_error_strings[] |
|
static |
Initial value:= {
#define lisp_gpe_error(n,s)
}
Definition at line 352 of file decap.c.
Initial value:= {
.name = "lisp-gpe-ip4-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_lisp_gpe_ip_input_next
static uword lisp_gpe_ip4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_lisp_gpe_header_with_length(u8 *s, va_list *args)
static char * lisp_gpe_error_strings[]
static u8 * format_lisp_gpe_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lisp_gpe_ip4_input_node)
Definition at line 359 of file decap.c.
Initial value:= {
.name = "lisp-gpe-ip6-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_lisp_gpe_ip_input_next
static uword lisp_gpe_ip6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_lisp_gpe_header_with_length(u8 *s, va_list *args)
static char * lisp_gpe_error_strings[]
static u8 * format_lisp_gpe_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lisp_gpe_ip6_input_node)
Definition at line 380 of file decap.c.
Initial value:= {
LISP_GPE_INPUT_NEXT_DROP,
LISP_GPE_INPUT_NEXT_IP4_INPUT,
LISP_GPE_INPUT_NEXT_IP6_INPUT,
LISP_GPE_INPUT_NEXT_DROP
}
Definition at line 51 of file decap.c.