Go to the source code of this file.
|
svm_queue_t * | vl_api_client_index_to_input_queue (u32 index) |
|
int | vl_mem_api_init (const char *region_name) |
|
void | vl_mem_api_dead_client_scan (api_main_t *am, vl_shmem_hdr_t *shm, f64 now) |
|
int | vl_mem_api_handle_msg_main (vlib_main_t *vm, vlib_node_runtime_t *node) |
|
int | vl_mem_api_handle_msg_private (vlib_main_t *vm, vlib_node_runtime_t *node, u32 reg_index) |
|
int | vl_mem_api_handle_rpc (vlib_main_t *vm, vlib_node_runtime_t *node) |
|
vl_api_registration_t * | vl_mem_api_client_index_to_registration (u32 handle) |
|
void | vl_mem_api_enable_disable (vlib_main_t *vm, int yesno) |
|
u32 | vl_api_memclnt_create_internal (char *, svm_queue_t *) |
|
static u32 | vl_msg_api_handle_get_epoch (u32 index) |
|
static u32 | vl_msg_api_handle_get_index (u32 index) |
|
static u32 | vl_msg_api_handle_from_index_and_epoch (u32 index, u32 epoch) |
|
static u8 | vl_msg_api_handle_is_valid (u32 handle, u32 restarts) |
|
◆ VL_MEM_API_LOG_Q_LEN
#define VL_MEM_API_LOG_Q_LEN |
( |
|
fmt, |
|
|
|
qlen |
|
) |
| |
Value:
do \
{ \
ELOG_TYPE_DECLARE (e) = { \
.format_args = "i4", \
}; \
struct \
{ \
} * ed; \
ed->len = qlen; \
} \
while (0)
Definition at line 70 of file memory_api.h.
◆ vl_api_client_index_to_input_queue()
◆ vl_api_memclnt_create_internal()
◆ vl_mem_api_client_index_to_registration()
◆ vl_mem_api_dead_client_scan()
◆ vl_mem_api_enable_disable()
void vl_mem_api_enable_disable |
( |
vlib_main_t * |
vm, |
|
|
int |
yesno |
|
) |
| |
◆ vl_mem_api_handle_msg_main()
◆ vl_mem_api_handle_msg_private()
◆ vl_mem_api_handle_rpc()
◆ vl_mem_api_init()
int vl_mem_api_init |
( |
const char * |
region_name | ) |
|
◆ vl_msg_api_handle_from_index_and_epoch()
static u32 vl_msg_api_handle_from_index_and_epoch |
( |
u32 |
index, |
|
|
u32 |
epoch |
|
) |
| |
|
inlinestatic |
◆ vl_msg_api_handle_get_epoch()
static u32 vl_msg_api_handle_get_epoch |
( |
u32 |
index | ) |
|
|
inlinestatic |
◆ vl_msg_api_handle_get_index()
static u32 vl_msg_api_handle_get_index |
( |
u32 |
index | ) |
|
|
inlinestatic |
◆ vl_msg_api_handle_is_valid()
static u8 vl_msg_api_handle_is_valid |
( |
u32 |
handle, |
|
|
u32 |
restarts |
|
) |
| |
|
inlinestatic |