FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | name_sort_t |
Functions | |
static void | vpp_find_plugin_path () |
static void | vpe_main_init (vlib_main_t *vm) |
int | main (int argc, char *argv[]) |
static clib_error_t * | heapsize_config (vlib_main_t *vm, unformat_input_t *input) |
static clib_error_t * | dummy_path_config (vlib_main_t *vm, unformat_input_t *input) |
static clib_error_t * | plugin_path_config (vlib_main_t *vm, unformat_input_t *input) |
static clib_error_t * | test_plugin_path_config (vlib_main_t *vm, unformat_input_t *input) |
void | vl_msg_api_post_mortem_dump (void) |
void | elog_post_mortem_dump (void) |
void | os_panic (void) |
void | vhost_user_unmap_all (void) |
void | os_exit (int code) |
void | vl_msg_api_barrier_sync (void) |
void | vl_msg_api_barrier_release (void) |
u32 | vlib_app_num_thread_stacks_needed (void) |
static int | name_sort_cmp (void *a1, void *a2) |
static clib_error_t * | show_bihash_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
char * | vlib_plugin_path = NULL |
char * | vlib_plugin_app_version = VPP_BUILD_VER |
char * | vat_plugin_path = NULL |
char * | vlib_default_runtime_dir = "vpp" |
static vlib_cli_command_t | show_bihash_command |
(constructor) VLIB_CLI_COMMAND (show_bihash_command) More... | |
|
static |
void elog_post_mortem_dump | ( | void | ) |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
void os_exit | ( | int | code | ) |
void os_panic | ( | void | ) |
|
static |
|
static |
|
static |
void vhost_user_unmap_all | ( | void | ) |
void vl_msg_api_barrier_release | ( | void | ) |
void vl_msg_api_barrier_sync | ( | void | ) |
void vl_msg_api_post_mortem_dump | ( | void | ) |
Definition at line 923 of file api_shared.c.
u32 vlib_app_num_thread_stacks_needed | ( | void | ) |
|
static |
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (show_bihash_command)