FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
map_dpo.h File Reference
+ 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)
 
u8format_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
 

Function Documentation

u8* format_map_dpo ( u8 s,
va_list *  args 
)

Definition at line 49 of file map_dpo.c.

+ Here is the call graph for this function:

void map_dpo_create ( dpo_proto_t  dproto,
u32  domain_index,
dpo_id_t dpo 
)

A representation of a MAP DPO.

Definition at line 26 of file map_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_dpo_module_init ( void  )

Definition at line 126 of file map_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void map_t_dpo_create ( dpo_proto_t  dproto,
u32  domain_index,
dpo_id_t dpo 
)

Definition at line 37 of file map_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

dpo_type_t map_dpo_type

The register MAP DPO type.

Definition at line 22 of file map_dpo.c.

dpo_type_t map_t_dpo_type

Definition at line 23 of file map_dpo.c.