Go to the source code of this file.
static u8* format_l3_proxy_dpo |
( |
u8 * |
s, |
|
|
va_list * |
ap |
|
) |
| |
|
static |
static u32 l3_proxy_dpo_get_urpf |
( |
const dpo_id_t * |
dpo | ) |
|
|
static |
static void l3_proxy_dpo_lock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
static void l3_proxy_dpo_mem_show |
( |
void |
| ) |
|
|
static |
void l3_proxy_dpo_module_init |
( |
void |
| ) |
|
static void l3_proxy_dpo_unlock |
( |
dpo_id_t * |
dpo | ) |
|
|
static |
The data-path object representing l3_proxying the packet, i.e.
it's for-us pool of all l3_proxy DPOs
Definition at line 26 of file l3_proxy_dpo.c.
const char* const l3_proxy_ip4_nodes[] |
|
static |
Initial value:
The per-protocol VLIB graph nodes that are assigned to a l3_proxy object.
this means that these graph nodes are ones from which a l3_proxy is the parent object in the DPO-graph.
Definition at line 153 of file l3_proxy_dpo.c.
const char* const l3_proxy_ip6_nodes[] |
|
static |
Initial value:=
{
}
static const char *const l3_proxy_ip4_nodes[]
The per-protocol VLIB graph nodes that are assigned to a l3_proxy object.
static const char *const l3_proxy_ip6_nodes[]
Definition at line 164 of file l3_proxy_dpo.c.
Initial value:= {
}
static void l3_proxy_dpo_lock(dpo_id_t *dpo)
static void l3_proxy_dpo_unlock(dpo_id_t *dpo)
static u32 l3_proxy_dpo_get_urpf(const dpo_id_t *dpo)
static void l3_proxy_dpo_mem_show(void)
static u8 * format_l3_proxy_dpo(u8 *s, va_list *ap)
Definition at line 138 of file l3_proxy_dpo.c.