![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | mpls_label_dpo_t |
A representation of an MPLS label for imposition in the data-path. More... | |
Typedefs | |
typedef struct mpls_label_dpo_t | mpls_label_dpo_t |
A representation of an MPLS label for imposition in the data-path. More... | |
Functions | |
index_t | mpls_label_dpo_create (mpls_label_t label, mpls_eos_bit_t eos, u8 ttl, u8 exp, const dpo_id_t *dpo) |
u8 * | format_mpls_label_dpo (u8 *s, va_list *args) |
static mpls_label_dpo_t * | mpls_label_dpo_get (index_t index) |
void | mpls_label_dpo_module_init (void) |
Variables | |
mpls_label_dpo_t * | mpls_label_dpo_pool |
typedef struct mpls_label_dpo_t mpls_label_dpo_t |
A representation of an MPLS label for imposition in the data-path.
index_t mpls_label_dpo_create | ( | mpls_label_t | label, |
mpls_eos_bit_t | eos, | ||
u8 | ttl, | ||
u8 | exp, | ||
const dpo_id_t * | dpo | ||
) |
Definition at line 45 of file mpls_label_dpo.c.
|
inlinestatic |
Definition at line 59 of file mpls_label_dpo.h.
void mpls_label_dpo_module_init | ( | void | ) |
Definition at line 271 of file mpls_label_dpo.c.
mpls_label_dpo_t* mpls_label_dpo_pool |
Definition at line 23 of file mpls_label_dpo.c.