FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
sixrd_dpo.h File Reference
+ Include dependency graph for sixrd_dpo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  sixrd_dpo_t
 A representation of a 6RD DPO. More...
 

Typedefs

typedef struct sixrd_dpo_t sixrd_dpo_t
 A representation of a 6RD DPO. More...
 

Functions

void sixrd_dpo_create (dpo_proto_t dproto, u32 domain_index, dpo_id_t *dpo)
 
static sixrd_dpo_tsixrd_dpo_get (index_t index)
 
void sixrd_dpo_module_init (void)
 

Variables

sixrd_dpo_tsixrd_dpo_pool
 pool of all MPLS Label DPOs More...
 
dpo_type_t sixrd_dpo_type
 The register SIXRD DPO type. More...
 

Typedef Documentation

typedef struct sixrd_dpo_t sixrd_dpo_t

A representation of a 6RD DPO.

Function Documentation

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

Definition at line 47 of file sixrd_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static sixrd_dpo_t* sixrd_dpo_get ( index_t  index)
inlinestatic

Definition at line 54 of file sixrd_dpo.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void sixrd_dpo_module_init ( void  )

Definition at line 129 of file sixrd_dpo.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

sixrd_dpo_t* sixrd_dpo_pool

pool of all MPLS Label DPOs

Definition at line 22 of file sixrd_dpo.c.

dpo_type_t sixrd_dpo_type

The register SIXRD DPO type.

Definition at line 27 of file sixrd_dpo.c.