Go to the source code of this file.
|
static uword | l3xc_input_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, fib_protocol_t fproto) |
|
static uword | l3xc_input_ip4 (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | l3xc_input_ip6 (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static u8 * | format_l3xc_input_trace (u8 *s, va_list *args) |
|
| VNET_FEATURE_INIT (l3xc_ip4_feat, static) |
|
| VNET_FEATURE_INIT (l3xc_ip6_feat, static) |
|
◆ l3xc_error [1/2]
#define l3xc_error |
( |
|
n, |
|
|
|
s |
|
) |
| L3XC_ERROR_##n, |
◆ l3xc_error [2/2]
#define l3xc_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ l3xc_input_trace_t
◆ l3xc_next_t
◆ l3xc_error_t
Enumerator |
---|
l3xc_error | |
l3xc_error | |
Definition at line 31 of file l3xc_node.c.
◆ l3xc_next_t_
Enumerator |
---|
L3XC_NEXT_DROP | |
L3XC_N_NEXT | |
Definition at line 19 of file l3xc_node.c.
◆ format_l3xc_input_trace()
static u8* format_l3xc_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ l3xc_input_inline()
◆ l3xc_input_ip4()
◆ l3xc_input_ip6()
◆ VNET_FEATURE_INIT() [1/2]
VNET_FEATURE_INIT |
( |
l3xc_ip4_feat |
, |
|
|
static |
|
|
) |
| |
◆ VNET_FEATURE_INIT() [2/2]
VNET_FEATURE_INIT |
( |
l3xc_ip6_feat |
, |
|
|
static |
|
|
) |
| |
◆ l3xc_error_strings
char* l3xc_error_strings[] |
|
static |
Initial value:= {
#define l3xc_error(n,s)
}
Definition at line 196 of file l3xc_node.c.
◆ l3xc_ip4_node
Initial value:=
{
.name = "l3xc-input-ip4",
.vector_size =
sizeof (
u32),
.n_errors = L3XC_N_ERROR,
.next_nodes =
{
}
}
static u8 * format_l3xc_input_trace(u8 *s, va_list *args)
vl_api_fib_path_type_t type
static char * l3xc_error_strings[]
static uword l3xc_input_ip4(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (l3xc_ip4_node)
Definition at line 203 of file l3xc_node.c.
◆ l3xc_ip6_node
Initial value:=
{
.name = "l3xc-input-ip6",
.vector_size =
sizeof (
u32),
.n_errors = 0,
.next_nodes =
{
}
}
static uword l3xc_input_ip6(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_l3xc_input_trace(u8 *s, va_list *args)
vl_api_fib_path_type_t type
(constructor) VLIB_REGISTER_NODE (l3xc_ip6_node)
Definition at line 219 of file l3xc_node.c.