Go to the source code of this file.
◆ format_lisp_cp_dpo()
static u8* format_lisp_cp_dpo |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ lisp_cp_dpo_get()
◆ lisp_cp_dpo_lock()
static void lisp_cp_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
◆ lisp_cp_dpo_module_init()
◆ lisp_cp_dpo_unlock()
static void lisp_cp_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
◆ lisp_cp_dpos
The static array of LISP punt DPOs.
Definition at line 23 of file lisp_cp_dpo.c.
◆ lisp_cp_ethernet_nodes
const static char* const lisp_cp_ethernet_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-l2",
NULL,
}
Definition at line 77 of file lisp_cp_dpo.c.
◆ lisp_cp_ip4_nodes
const static char* const lisp_cp_ip4_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-ip4",
NULL,
}
The per-protocol VLIB graph nodes that are assigned to a LISP-CP object.
this means that these graph nodes are ones from which a LISP-CP is the parent object in the DPO-graph.
Definition at line 67 of file lisp_cp_dpo.c.
◆ lisp_cp_ip6_nodes
const static char* const lisp_cp_ip6_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-ip6",
NULL,
}
Definition at line 72 of file lisp_cp_dpo.c.
◆ lisp_cp_nodes
◆ lisp_cp_nsh_nodes
const static char* const lisp_cp_nsh_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-nsh",
NULL,
}
Definition at line 82 of file lisp_cp_dpo.c.
◆ lisp_cp_vft