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.
static u8* format_ipip_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
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 u8 * format_ipip_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ipip4_input_node)
Definition at line 238 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[]
static u8 * format_ipip_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ipip6_input_node)
Definition at line 254 of file node.c.
char* ipip_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ipip_error
Definition at line 231 of file node.c.