![]() |
FD.io VPP
v21.06-3-gbb25fbf28
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 | ( | u8 * | ns_id | ) |
Definition at line 58 of file application_namespace.c.
Here is the call graph for this function:
Here is the caller graph for this function:| 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 43 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 158 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 142 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 278 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 176 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 269 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 70 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 27 of file application_namespace.c.
|
static |
Pool of application namespaces.
Definition at line 32 of file application_namespace.c.
|
static |
(constructor) VLIB_CLI_COMMAND (app_ns_command)
Definition at line 259 of file application_namespace.c.
|
static |
Definition at line 34 of file application_namespace.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_app_ns_command)
Definition at line 393 of file application_namespace.c.