FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
memory_client.h File Reference
+ Include dependency graph for memory_client.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int vl_client_connect (const char *name, int ctx_quota, int input_queue_size)
 
int vl_client_disconnect (void)
 
int vl_client_api_map (const char *region_name)
 
void vl_client_api_unmap (void)
 
void vl_client_disconnect_from_vlib (void)
 
void vl_client_disconnect_from_vlib_no_unmap (void)
 
int vl_client_connect_to_vlib (const char *svm_name, const char *client_name, int rx_queue_size)
 
int vl_client_connect_to_vlib_no_rx_pthread (const char *svm_name, const char *client_name, int rx_queue_size)
 
int vl_client_connect_to_vlib_no_map (const char *svm_name, const char *client_name, int rx_queue_size)
 
void vl_client_install_client_message_handlers (void)
 
u8 vl_mem_client_is_connected (void)
 

Function Documentation

int vl_client_api_map ( const char *  region_name)

Definition at line 377 of file memory_client.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 389 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vl_client_connect ( const char *  name,
int  ctx_quota,
int  input_queue_size 
)

Definition at line 168 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vl_client_connect_to_vlib ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 436 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vl_client_connect_to_vlib_no_map ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 455 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vl_client_connect_to_vlib_no_rx_pthread ( const char *  svm_name,
const char *  client_name,
int  rx_queue_size 
)

Definition at line 445 of file memory_client.c.

+ Here is the call graph for this function:

int vl_client_disconnect ( void  )

Definition at line 274 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_disconnect_from_vlib ( void  )

Definition at line 488 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_disconnect_from_vlib_no_unmap ( void  )

Definition at line 494 of file memory_client.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_client_install_client_message_handlers ( void  )

Definition at line 362 of file memory_client.c.

+ Here is the caller graph for this function:

u8 vl_mem_client_is_connected ( void  )

Definition at line 395 of file memory_client.c.

+ Here is the caller graph for this function: