Go to the source code of this file.
|
u8 * | lb_format_adjacency (u8 *s, va_list *va) |
|
u8 * | format_lb_trace (u8 *s, va_list *args) |
|
lb_hash_t * | lb_get_sticky_table (u32 cpu_index) |
|
static_always_inline uword | lb_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u8 is_input_v4, u8 is_encap_v4) |
|
static uword | lb6_gre6_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | lb6_gre4_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | lb4_gre6_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | lb4_gre4_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VNET_IP6_REGISTER_ADJACENCY (lb6_gre6) |
|
| VNET_IP6_REGISTER_ADJACENCY (lb6_gre4) |
|
| VNET_IP4_REGISTER_ADJACENCY (lb4_gre6) |
|
| VNET_IP4_REGISTER_ADJACENCY (lb4_gre4) |
|
Value:_(NONE, "no error") \
_(PROTO_NOT_SUPPORTED, "protocol not supported") \
_(NO_SERVER, "no configured application server")
Definition at line 21 of file node.c.
Enumerator |
---|
LB_NEXT_LOOKUP |
|
LB_NEXT_REWRITE |
|
LB_NEXT_DROP |
|
LB_N_NEXT |
|
Definition at line 39 of file node.c.
u8* format_lb_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* lb_format_adjacency |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
VNET_IP4_REGISTER_ADJACENCY |
( |
lb4_gre6 |
| ) |
|
VNET_IP4_REGISTER_ADJACENCY |
( |
lb4_gre4 |
| ) |
|
VNET_IP6_REGISTER_ADJACENCY |
( |
lb6_gre6 |
| ) |
|
VNET_IP6_REGISTER_ADJACENCY |
( |
lb6_gre4 |
| ) |
|
Initial value:=
{
.name = "lb4-gre4",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static uword lb4_gre4_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * lb_error_strings[]
u8 * format_lb_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lb4_gre4_node)
Definition at line 378 of file node.c.
Initial value:=
{
.name = "lb4-gre6",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static char * lb_error_strings[]
u8 * format_lb_trace(u8 *s, va_list *args)
static uword lb4_gre6_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (lb4_gre6_node)
Definition at line 353 of file node.c.
Initial value:=
{
.name = "lb6-gre4",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static uword lb6_gre4_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * lb_error_strings[]
u8 * format_lb_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lb6_gre4_node)
Definition at line 328 of file node.c.
Initial value:=
{
.name = "lb6-gre6",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static char * lb_error_strings[]
static uword lb6_gre6_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u8 * format_lb_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lb6_gre6_node)
Definition at line 303 of file node.c.
Initial value:= {
#define _(sym,string)
}
Definition at line 33 of file node.c.