![]() |
FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Include dependency graph for bier_bift_table.c:Go to the source code of this file.
Data Structures | |
| struct | bier_bift_input_trace_t_ |
| Packet trace record for BIER input. More... | |
Macros | |
| #define | bier_error(n, s) BIER_INPUT_ERROR_##n, |
| #define | bier_error(n, s) s, |
Typedefs | |
| typedef struct bier_bift_input_trace_t_ | bier_bift_input_trace_t |
| Packet trace record for BIER input. More... | |
Enumerations | |
| enum | bier_input_error_t { BIER_INPUT_N_ERROR, BIER_INPUT_N_ERROR } |
Functions | |
| void | bier_bift_table_entry_add (bier_bift_id_t id, const dpo_id_t *dpo) |
| void | bier_bift_table_entry_remove (bier_bift_id_t id) |
| static uword | bier_bift_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
| static u8 * | format_bier_bift_input_trace (u8 *s, va_list *args) |
| clib_error_t * | show_bier_bift_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
| static char * | bier_error_strings [] |
| bier_bfit_table_t * | bier_bift_table |
| Global BIFT table. More... | |
| vlib_node_registration_t | bier_bift_input_node |
| Forward declare the node. More... | |
| static vlib_cli_command_t | show_bier_bift_command |
| (constructor) VLIB_CLI_COMMAND (show_bier_bift_command) More... | |
| #define bier_error | ( | n, | |
| s | |||
| ) | BIER_INPUT_ERROR_##n, |
Definition at line 21 of file bier_bift_table.c.
| #define bier_error | ( | n, | |
| s | |||
| ) | s, |
Definition at line 21 of file bier_bift_table.c.
| typedef struct bier_bift_input_trace_t_ bier_bift_input_trace_t |
Packet trace record for BIER input.
| enum bier_input_error_t |
| Enumerator | |
|---|---|
| BIER_INPUT_N_ERROR | |
| BIER_INPUT_N_ERROR | |
Definition at line 20 of file bier_bift_table.c.
|
static |
Definition at line 119 of file bier_bift_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void bier_bift_table_entry_add | ( | bier_bift_id_t | id, |
| const dpo_id_t * | dpo | ||
| ) |
Definition at line 44 of file bier_bift_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void bier_bift_table_entry_remove | ( | bier_bift_id_t | id | ) |
Definition at line 88 of file bier_bift_table.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* show_bier_bift_cmd | ( | vlib_main_t * | vm, |
| unformat_input_t * | input, | ||
| vlib_cli_command_t * | cmd | ||
| ) |
| vlib_node_registration_t bier_bift_input_node |
Forward declare the node.
(constructor) VLIB_REGISTER_NODE (bier_bift_input_node)
Definition at line 41 of file bier_bift_table.c.
| bier_bfit_table_t* bier_bift_table |
Global BIFT table.
Definition at line 36 of file bier_bift_table.c.
|
static |
Definition at line 27 of file bier_bift_table.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_bier_bift_command)
Definition at line 287 of file bier_bift_table.c.