![]() |
FD.io VPP
v19.04.1-1-ge4a0f9f
Vector Packet Processing
|
Include dependency graph for classify_dpo.c:Go to the source code of this file.
Functions | |
| static classify_dpo_t * | classify_dpo_alloc (void) |
| static index_t | classify_dpo_get_index (classify_dpo_t *cd) |
| index_t | classify_dpo_create (dpo_proto_t proto, u32 classify_table_index) |
| u8 * | format_classify_dpo (u8 *s, va_list *args) |
| static void | classify_dpo_lock (dpo_id_t *dpo) |
| static void | classify_dpo_unlock (dpo_id_t *dpo) |
| static void | classify_dpo_mem_show (void) |
| void | classify_dpo_module_init (void) |
Variables | |
| classify_dpo_t * | classify_dpo_pool |
| static const dpo_vft_t | cd_vft |
| static const char *const | classify_ip4_nodes [] |
| static const char *const | classify_ip6_nodes [] |
| static const char *const *const | classify_nodes [DPO_PROTO_NUM] |
|
static |
Definition at line 26 of file classify_dpo.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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:
|
static |
|
static |
|
static |
| 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:
|
static |
|
static |
Definition at line 103 of file classify_dpo.c.
| classify_dpo_t* classify_dpo_pool |
Definition at line 23 of file classify_dpo.c.
|
static |
Definition at line 110 of file classify_dpo.c.
|
static |
Definition at line 115 of file classify_dpo.c.
|
static |
Definition at line 120 of file classify_dpo.c.