![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for ila.c:Go to the source code of this file.
Data Structures | |
| struct | ila_ila2sir_trace_t |
| struct | ila_sir2ila_trace_t |
Macros | |
| #define | ILA_TABLE_DEFAULT_HASH_NUM_BUCKETS (64 * 1024) |
| #define | ILA_TABLE_DEFAULT_HASH_MEMORY_SIZE (32<<20) |
| #define | foreach_ila_error _(NONE, "valid ILA packets") |
Enumerations | |
| enum | ila_error_t { ILA_N_ERROR } |
| enum | ila_ila2sir_next_t { ILA_ILA2SIR_NEXT_IP6_REWRITE, ILA_ILA2SIR_NEXT_DROP, ILA_ILA2SIR_N_NEXT } |
| enum | ila_sir2ila_next_t { ILA_SIR2ILA_NEXT_DROP, ILA_SIR2ILA_N_NEXT } |
Variables | |
| static ila_main_t | ila_main |
| static char * | ila_error_strings [] |
| static ila_entry_t | ila_sir2ila_default_entry |
| static vlib_node_registration_t | ila_ila2sir_node |
| (constructor) VLIB_REGISTER_NODE (ila_ila2sir_node) More... | |
| static vlib_node_registration_t | ila_sir2ila_node |
| (constructor) VLIB_REGISTER_NODE (ila_sir2ila_node) More... | |
| static vlib_cli_command_t | ila_entry_command |
| (constructor) VLIB_CLI_COMMAND (ila_entry_command) More... | |
| static vlib_cli_command_t | ila_interface_command |
| (constructor) VLIB_CLI_COMMAND (ila_interface_command) More... | |
| static vlib_cli_command_t | ila_show_entries_command |
| (constructor) VLIB_CLI_COMMAND (ila_show_entries_command) More... | |
| enum ila_error_t |
| enum ila_ila2sir_next_t |
| enum ila_sir2ila_next_t |
| int ila_add_del_entry | ( | ila_add_del_entry_args_t * | args | ) |
|
static |
|
static |
| clib_error_t* ila_init | ( | vlib_main_t * | vm | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| clib_error_t* vlib_plugin_register | ( | vlib_main_t * | vm, |
| vnet_plugin_handoff_t * | h, | ||
| int | from_early_init | ||
| ) |
| VNET_IP6_REGISTER_ADJACENCY | ( | ila2sir | ) |
Here is the caller graph for this function:| VNET_IP6_UNICAST_FEATURE_INIT | ( | ila_sir2ila | , |
| static | |||
| ) |
Here is the caller graph for this function:
|
static |
(constructor) VLIB_CLI_COMMAND (ila_entry_command)
|
static |
|
static |
(constructor) VLIB_REGISTER_NODE (ila_ila2sir_node)
|
static |
(constructor) VLIB_CLI_COMMAND (ila_interface_command)
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (ila_show_entries_command)
|
static |
|
static |
(constructor) VLIB_REGISTER_NODE (ila_sir2ila_node)