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 char* const lisp_cp_ethernet_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-l2",
}
Definition at line 77 of file lisp_cp_dpo.c.
◆ lisp_cp_ip4_nodes
const char* const lisp_cp_ip4_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-ip4",
}
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 char* const lisp_cp_ip6_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-ip6",
}
Definition at line 72 of file lisp_cp_dpo.c.
◆ lisp_cp_nodes
Initial value:= {
}
static const char *const lisp_cp_nsh_nodes[]
static const char *const lisp_cp_ethernet_nodes[]
static const char *const lisp_cp_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a LISP-CP object.
static const char *const lisp_cp_ip6_nodes[]
Definition at line 87 of file lisp_cp_dpo.c.
◆ lisp_cp_nsh_nodes
const char* const lisp_cp_nsh_nodes[] |
|
static |
Initial value:= {
"lisp-cp-lookup-nsh",
}
Definition at line 82 of file lisp_cp_dpo.c.
◆ lisp_cp_vft
Initial value:= {
}
static void lisp_cp_dpo_lock(dpo_id_t *dpo)
static void lisp_cp_dpo_unlock(dpo_id_t *dpo)
static u8 * format_lisp_cp_dpo(u8 *s, va_list *args)
Definition at line 54 of file lisp_cp_dpo.c.