![]() |
FD.io VPP
v17.10-9-gd594711
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.
Functions | |
| void | map_dpo_create (dpo_proto_t dproto, u32 domain_index, dpo_id_t *dpo) |
| A representation of a MAP DPO. More... | |
| 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) |
| void | map_dpo_module_init (void) |
Variables | |
| 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 |