Go to the source code of this file.
#define foreach_ipip_input_next |
Value:_(PUNT, "error-punt") \
_(IP4_INPUT, "ip4-input") \
_(IP6_INPUT, "ip6-input")
Definition at line 25 of file node.c.
Enumerator |
---|
IPIP_INPUT_N_NEXT |
|
Definition at line 31 of file node.c.
u8* format_ipip_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Initial value:= {
.name = "ipip4-input",
.vector_size =
sizeof(
u32),
.next_nodes =
{
#define _(s, n)
},
}
#define foreach_ipip_input_next
static char * ipip_error_strings[]
static uword ipip4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_ipip_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ipip4_input_node)
Definition at line 240 of file node.c.
Initial value:= {
.name = "ipip6-input",
.vector_size =
sizeof(
u32),
.next_nodes =
{
#define _(s, n)
},
}
#define foreach_ipip_input_next
static char * ipip_error_strings[]
u8 * format_ipip_rx_trace(u8 *s, va_list *args)
static uword ipip6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (ipip6_input_node)
Definition at line 257 of file node.c.
char* ipip_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ipip_error
Definition at line 233 of file node.c.