FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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_t * | sixrd_dpo_get (index_t index) |
void | sixrd_dpo_module_init (void) |
Variables | |
sixrd_dpo_t * | sixrd_dpo_pool |
pool of all MPLS Label DPOs More... | |
dpo_type_t | sixrd_dpo_type |
The register SIXRD DPO type. More... | |
typedef struct sixrd_dpo_t sixrd_dpo_t |
A representation of a 6RD DPO.
void sixrd_dpo_create | ( | dpo_proto_t | dproto, |
u32 | domain_index, | ||
dpo_id_t * | dpo | ||
) |
Definition at line 47 of file sixrd_dpo.c.
|
inlinestatic |
Definition at line 54 of file sixrd_dpo.h.
void sixrd_dpo_module_init | ( | void | ) |
Definition at line 129 of file sixrd_dpo.c.
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.