Go to the source code of this file.
◆ foreach_ipip_input_next
#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.
◆ ipip_input_next_t
Enumerator |
---|
IPIP_INPUT_N_NEXT | |
Definition at line 31 of file node.c.
◆ format_ipip_rx_trace()
static u8* format_ipip_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ipip4_input_node()
◆ ipip6_input_node()
◆ ipip_input()
◆ ipip4_input_node
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 252 of file node.c.
◆ ipip6_input_node
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 268 of file node.c.
◆ ipip_error_strings
char* ipip_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ipip_error
Definition at line 245 of file node.c.