Go to the source code of this file.
static u8* format_receive_dpo |
( |
u8 * |
s, |
|
|
va_list * |
ap |
|
) |
| |
|
static |
void receive_dpo_add_or_lock |
( |
dpo_proto_t |
proto, |
|
|
u32 |
sw_if_index, |
|
|
const ip46_address_t * |
nh_addr, |
|
|
dpo_id_t * |
dpo |
|
) |
| |
static void receive_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
static void receive_dpo_mem_show |
( |
void |
| ) |
|
|
static |
void receive_dpo_module_init |
( |
void |
| ) |
|
static void receive_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
The data-path object representing receiveing the packet, i.e.
it's for-us pool of all receive DPOs
Definition at line 26 of file receive_dpo.c.
const char* const receive_ip4_nodes[] |
|
static |
Initial value:
The per-protocol VLIB graph nodes that are assigned to a receive object.
this means that these graph nodes are ones from which a receive is the parent object in the DPO-graph.
Definition at line 148 of file receive_dpo.c.
const char* const receive_ip6_nodes[] |
|
static |
Initial value:=
{
}
static const char *const receive_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a receive object.
static const char *const receive_ip6_nodes[]
Definition at line 159 of file receive_dpo.c.
Initial value:= {
}
static void receive_dpo_unlock(dpo_id_t *dpo)
static u8 * format_receive_dpo(u8 *s, va_list *ap)
static void receive_dpo_lock(dpo_id_t *dpo)
static void receive_dpo_mem_show(void)
Definition at line 134 of file receive_dpo.c.