Go to the source code of this file.
◆ foreach_clnt_aring_size
| #define foreach_clnt_aring_size |
◆ foreach_vl_aring_size
| #define foreach_vl_aring_size |
◆ VL_API_EPOCH_MASK
| #define VL_API_EPOCH_MASK 0xFF |
◆ VL_API_EPOCH_SHIFT
| #define VL_API_EPOCH_SHIFT 8 |
◆ VL_SHM_VERSION
◆ ring_alloc_t
◆ vl_api_shm_elem_config_t
◆ vl_shmem_hdr_t
◆ vl_api_shm_config_type_t
| Enumerator |
|---|
| VL_API_VLIB_RING | |
| VL_API_CLIENT_RING | |
| VL_API_QUEUE | |
Definition at line 44 of file memory_shared.h.
◆ STATIC_ASSERT()
◆ vl_init_shmem()
◆ vl_map_shmem()
| int vl_map_shmem |
( |
const char * |
region_name, |
|
|
int |
is_vlib |
|
) |
| |
◆ vl_mem_api_alloc_as_if_client_w_reg()
◆ vl_mem_api_can_send()
◆ vl_msg_api_alloc()
| void* vl_msg_api_alloc |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_alloc_as_if_client()
| void* vl_msg_api_alloc_as_if_client |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_alloc_as_if_client_or_null()
| void* vl_msg_api_alloc_as_if_client_or_null |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_alloc_or_null()
| void* vl_msg_api_alloc_or_null |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_alloc_zero()
| void* vl_msg_api_alloc_zero |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_alloc_zero_as_if_client()
| void* vl_msg_api_alloc_zero_as_if_client |
( |
int |
nbytes | ) |
|
◆ vl_msg_api_free()
| void vl_msg_api_free |
( |
void * |
a | ) |
|
◆ vl_msg_api_free_w_region()
| void vl_msg_api_free_w_region |
( |
svm_region_t * |
vlib_rp, |
|
|
void * |
a |
|
) |
| |
◆ vl_msg_api_send_shmem()
◆ vl_register_mapped_shmem_region()
◆ vl_set_api_memory_size()
| void vl_set_api_memory_size |
( |
u64 |
size | ) |
|
◆ vl_set_api_pvt_heap_size()
| void vl_set_api_pvt_heap_size |
( |
u64 |
size | ) |
|
◆ vl_set_global_memory_baseva()
| void vl_set_global_memory_baseva |
( |
u64 |
baseva | ) |
|
◆ vl_set_global_memory_size()
| void vl_set_global_memory_size |
( |
u64 |
size | ) |
|
◆ vl_set_global_pvt_heap_size()
| void vl_set_global_pvt_heap_size |
( |
u64 |
size | ) |
|
◆ vl_set_memory_gid()
| void vl_set_memory_gid |
( |
int |
gid | ) |
|
◆ vl_set_memory_region_name()
| void vl_set_memory_region_name |
( |
const char * |
name | ) |
|
◆ vl_set_memory_root_path()
| void vl_set_memory_root_path |
( |
const char * |
root_path | ) |
|
◆ vl_set_memory_uid()
| void vl_set_memory_uid |
( |
int |
uid | ) |
|
◆ vl_unmap_shmem()
| void vl_unmap_shmem |
( |
void |
| ) |
|
◆ vl_unmap_shmem_client()
| void vl_unmap_shmem_client |
( |
void |
| ) |
|