FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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 |