FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | classify_dpo_t |
A representation of an MPLS label for imposition in the data-path. More... | |
Typedefs | |
typedef struct classify_dpo_t | classify_dpo_t |
A representation of an MPLS label for imposition in the data-path. More... | |
Functions | |
index_t | classify_dpo_create (dpo_proto_t proto, u32 classify_table_index) |
u8 * | format_classify_dpo (u8 *s, va_list *args) |
static classify_dpo_t * | classify_dpo_get (index_t index) |
void | classify_dpo_module_init (void) |
Variables | |
classify_dpo_t * | classify_dpo_pool |
typedef struct classify_dpo_t classify_dpo_t |
A representation of an MPLS label for imposition in the data-path.
index_t classify_dpo_create | ( | dpo_proto_t | proto, |
u32 | classify_table_index | ||
) |
Definition at line 43 of file classify_dpo.c.
|
inlinestatic |
Definition at line 49 of file classify_dpo.h.
void classify_dpo_module_init | ( | void | ) |
Definition at line 128 of file classify_dpo.c.
classify_dpo_t* classify_dpo_pool |
Definition at line 23 of file classify_dpo.c.