![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Include dependency graph for memory_shared.c:Go to the source code of this file.
Macros | |
| #define | vl_typedefs |
| #define | foreach_api_client_msg |
| #define foreach_api_client_msg |
Definition at line 779 of file memory_shared.c.
| #define vl_typedefs |
Definition at line 38 of file memory_shared.c.
| unix_shared_memory_queue_t* vl_api_client_index_to_input_queue | ( | u32 | index | ) |
| vl_api_registration_t* vl_api_client_index_to_registration | ( | u32 | index | ) |
Definition at line 763 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 736 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| void vl_client_add_api_signatures | ( | vl_api_memclnt_create_t * | mp | ) |
| int vl_client_api_map | ( | char * | region_name | ) |
Definition at line 784 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_client_api_unmap | ( | void | ) |
Definition at line 804 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int vl_client_connect | ( | char * | name, |
| int | ctx_quota, | ||
| int | input_queue_size | ||
| ) |
Definition at line 569 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_client_disconnect | ( | void | ) |
Definition at line 678 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int vl_map_shmem | ( | char * | region_name, |
| int | is_vlib | ||
| ) |
Definition at line 303 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* vl_msg_api_alloc | ( | int | nbytes | ) |
| void* vl_msg_api_alloc_as_if_client | ( | int | nbytes | ) |
Definition at line 176 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* vl_msg_api_alloc_as_if_client_or_null | ( | int | nbytes | ) |
Definition at line 182 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 43 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* vl_msg_api_alloc_or_null | ( | int | nbytes | ) |
Definition at line 165 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_free | ( | void * | a | ) |
Definition at line 188 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 215 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_send_shmem | ( | unix_shared_memory_queue_t * | q, |
| u8 * | elem | ||
| ) |
| void vl_msg_api_send_shmem_nolock | ( | unix_shared_memory_queue_t * | q, |
| u8 * | elem | ||
| ) |
Definition at line 530 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_register_mapped_shmem_region | ( | svm_region_t * | rp | ) |
| void vl_set_api_memory_size | ( | u64 | size | ) |
| void vl_set_api_pvt_heap_size | ( | u64 | size | ) |
| void vl_set_global_memory_baseva | ( | u64 | baseva | ) |
| void vl_set_global_memory_size | ( | u64 | size | ) |
| void vl_set_global_pvt_heap_size | ( | u64 | size | ) |
| void vl_set_memory_gid | ( | int | gid | ) |
| void vl_set_memory_root_path | ( | char * | name | ) |
| void vl_set_memory_uid | ( | int | uid | ) |
| void vl_unmap_shmem | ( | void | ) |
Definition at line 492 of file memory_shared.c.
Here is the call graph for this function:
Here is the caller graph for this function: