Go to the source code of this file.
Exit nodes from a IP6_LL.
Exit nodes from a IP6_LL.
Enumerator |
---|
IP6_LL_NEXT_DROP |
|
IP6_LL_NEXT_LOOKUP |
|
IP6_LL_NEXT_NUM |
|
Definition at line 93 of file ip6_ll_dpo.c.
static u8* format_ip6_ll_dpo |
( |
u8 * |
s, |
|
|
va_list * |
ap |
|
) |
| |
|
static |
static u8* format_ip6_ll_dpo_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
The IP6 link-local DPO represents the lookup of a packet in the link-local IPv6 FIB.
Definition at line 34 of file ip6_ll_dpo.c.
static void ip6_ll_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
void ip6_ll_dpo_module_init |
( |
void |
| ) |
|
static void ip6_ll_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
Initial value:
The data-path object representing performing a lookup in the IPv6 link local table.
the IP6 link-local DPO is global
Definition at line 27 of file ip6_ll_dpo.c.
Initial value:=
{
.name = "ip6-link-local",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_ip6_ll_dpo_trace(u8 *s, va_list *args)
static uword ip6_ll_dpo_switch(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (ip6_ll_dpo_node)
Definition at line 177 of file ip6_ll_dpo.c.
Initial value:= {
}
static const char *const ip6_null_nodes[]
The per-protocol VLIB graph nodes that are assigned to a ip6_ll object.
Definition at line 80 of file ip6_ll_dpo.c.
Initial value:= {
}
static void ip6_ll_dpo_lock(dpo_id_t *dpo)
static u8 * format_ip6_ll_dpo(u8 *s, va_list *ap)
static void ip6_ll_dpo_unlock(dpo_id_t *dpo)
Definition at line 62 of file ip6_ll_dpo.c.
const char* const ip6_null_nodes[] |
|
static |
Initial value:
The per-protocol VLIB graph nodes that are assigned to a ip6_ll object.
this means that these graph nodes are ones from which a ip6_ll is the parent object in the DPO-graph.
Definition at line 75 of file ip6_ll_dpo.c.