FD.io VPP  v19.01.2-3-gf61a1a8
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)
 
void vl_client_send_disconnect (u8 do_cleanup)
 
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 385 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 397 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 444 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 463 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 453 of file memory_client.c.

+ Here is the call graph for this function:

int vl_client_disconnect ( void  )

Definition at line 295 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 496 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 502 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 370 of file memory_client.c.

+ Here is the caller graph for this function:

void vl_client_send_disconnect ( u8  do_cleanup)

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:

u8 vl_mem_client_is_connected ( void  )

Definition at line 403 of file memory_client.c.

+ Here is the caller graph for this function: