FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | l3_proxy_dpo_t_ |
The data-path object representing L3 proxy. More... | |
Typedefs | |
typedef struct l3_proxy_dpo_t_ | l3_proxy_dpo_t |
The data-path object representing L3 proxy. More... | |
Functions | |
void | l3_proxy_dpo_add_or_lock (dpo_proto_t proto, u32 sw_if_index, dpo_id_t *dpo) |
void | l3_proxy_dpo_module_init (void) |
static l3_proxy_dpo_t * | l3_proxy_dpo_get (index_t index) |
Variables | |
l3_proxy_dpo_t * | l3_proxy_dpo_pool |
pool of all l3_proxy DPOs More... | |
typedef struct l3_proxy_dpo_t_ l3_proxy_dpo_t |
The data-path object representing L3 proxy.
An L3 proxy is when VPP has an address in the FIB that is also assigned to an attached host.
void l3_proxy_dpo_add_or_lock | ( | dpo_proto_t | proto, |
u32 | sw_if_index, | ||
dpo_id_t * | dpo | ||
) |
Definition at line 56 of file l3_proxy_dpo.c.
|
inlinestatic |
void l3_proxy_dpo_module_init | ( | void | ) |
Definition at line 172 of file l3_proxy_dpo.c.
l3_proxy_dpo_t* l3_proxy_dpo_pool |
pool of all l3_proxy DPOs
pool of all l3_proxy DPOs
it's for-us pool of all l3_proxy DPOs
Definition at line 26 of file l3_proxy_dpo.c.