![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Include dependency graph for map_dpo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | map_dpo_t |
| A representation of a MAP DPO. More... | |
Typedefs | |
| typedef struct map_dpo_t | map_dpo_t |
| A representation of a MAP DPO. More... | |
Functions | |
| void | map_dpo_create (dpo_proto_t dproto, u32 domain_index, dpo_id_t *dpo) |
| void | map_t_dpo_create (dpo_proto_t dproto, u32 domain_index, dpo_id_t *dpo) |
| u8 * | format_map_dpo (u8 *s, va_list *args) |
| static map_dpo_t * | map_dpo_get (index_t index) |
| void | map_dpo_module_init (void) |
Variables | |
| map_dpo_t * | map_dpo_pool |
| pool of all MPLS Label DPOs More... | |
| dpo_type_t | map_dpo_type |
| The register MAP DPO type. More... | |
| dpo_type_t | map_t_dpo_type |
| void map_dpo_create | ( | dpo_proto_t | dproto, |
| u32 | domain_index, | ||
| dpo_id_t * | dpo | ||
| ) |
| void map_dpo_module_init | ( | void | ) |
| void map_t_dpo_create | ( | dpo_proto_t | dproto, |
| u32 | domain_index, | ||
| dpo_id_t * | dpo | ||
| ) |
| dpo_type_t map_dpo_type |
| dpo_type_t map_t_dpo_type |