![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for application_namespace.c:Go to the source code of this file.
Variables | |
| uword * | app_namespace_lookup_table |
| Hash table of application namespaces by app ns ids. More... | |
| static app_namespace_t * | app_namespace_pool |
| Pool of application namespaces. More... | |
| static u8 | app_sapi_enabled |
| static vlib_cli_command_t | app_ns_command |
| (constructor) VLIB_CLI_COMMAND (app_ns_command) More... | |
| static vlib_cli_command_t | show_app_ns_command |
| (constructor) VLIB_CLI_COMMAND (show_app_ns_command) More... | |
| app_namespace_t* app_namespace_alloc | ( | const u8 * | ns_id | ) |
Definition at line 68 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void app_namespace_free | ( | app_namespace_t * | app_ns | ) |
| app_namespace_t* app_namespace_get | ( | u32 | index | ) |
| u32 app_namespace_get_fib_index | ( | app_namespace_t * | app_ns, |
| u8 | fib_proto | ||
| ) |
| app_namespace_t* app_namespace_get_from_id | ( | const u8 * | ns_id | ) |
Definition at line 44 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| session_table_t* app_namespace_get_local_table | ( | app_namespace_t * | app_ns | ) |
Definition at line 220 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| const u8* app_namespace_id | ( | app_namespace_t * | app_ns | ) |
Definition at line 204 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 app_namespace_index | ( | app_namespace_t * | app_ns | ) |
|
static |
Definition at line 378 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void app_namespaces_init | ( | void | ) |
Definition at line 238 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void appns_sapi_enable | ( | void | ) |
| u8 appns_sapi_enabled | ( | void | ) |
Definition at line 359 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| int vnet_app_namespace_add_del | ( | vnet_app_namespace_add_del_args_t * | a | ) |
Definition at line 85 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uword* app_namespace_lookup_table |
Hash table of application namespaces by app ns ids.
Definition at line 28 of file application_namespace.c.
|
static |
Pool of application namespaces.
Definition at line 33 of file application_namespace.c.
|
static |
(constructor) VLIB_CLI_COMMAND (app_ns_command)
Definition at line 350 of file application_namespace.c.
|
static |
Definition at line 35 of file application_namespace.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_app_ns_command)
Definition at line 509 of file application_namespace.c.