Go to the source code of this file.
◆ ip6_ll_dpo_trace_t
◆ ip6_ll_next_t
Exit nodes from a IP6_LL.
◆ ip6_ll_next_t_
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.
◆ format_ip6_ll_dpo()
static u8* format_ip6_ll_dpo |
( |
u8 * |
s, |
|
|
va_list * |
ap |
|
) |
| |
|
static |
◆ format_ip6_ll_dpo_trace()
static u8* format_ip6_ll_dpo_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_ll_dpo_get()
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.
◆ ip6_ll_dpo_inline()
◆ ip6_ll_dpo_lock()
static void ip6_ll_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
◆ ip6_ll_dpo_module_init()
void ip6_ll_dpo_module_init |
( |
void |
| ) |
|
◆ ip6_ll_dpo_switch()
◆ ip6_ll_dpo_unlock()
static void ip6_ll_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
◆ ip6_ll_dpo
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.
◆ ip6_ll_dpo_node
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.
◆ ip6_ll_nodes
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.
◆ ip6_ll_vft
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.
◆ ip6_null_nodes
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.