FD.io VPP  v17.01.1-3-gc6833f8
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.

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)
 
u8format_map_dpo (u8 *s, va_list *args)
 
static map_dpo_tmap_dpo_get (index_t index)
 
void map_dpo_module_init (void)
 

Variables

map_dpo_tmap_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
 

Typedef Documentation

typedef struct map_dpo_t map_dpo_t

A representation of a MAP DPO.

Function Documentation

u8* format_map_dpo ( u8 s,
va_list *  args 
)

Definition at line 83 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 
)

Definition at line 48 of file map_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static map_dpo_t* map_dpo_get ( index_t  index)
inlinestatic

Definition at line 60 of file map_dpo.h.

+ 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 187 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 65 of file map_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

map_dpo_t* map_dpo_pool

pool of all MPLS Label DPOs

Definition at line 22 of file map_dpo.c.

dpo_type_t map_dpo_type

The register MAP DPO type.

Definition at line 27 of file map_dpo.c.

dpo_type_t map_t_dpo_type

Definition at line 28 of file map_dpo.c.