![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for classify_dpo.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 54 of file classify_dpo.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void classify_dpo_module_init | ( | void | ) |
Definition at line 128 of file classify_dpo.c.
Here is the call graph for this function:
Here is the caller graph for this function:| classify_dpo_t* classify_dpo_pool |
Definition at line 23 of file classify_dpo.c.