![]() |
FD.io VPP
v19.04-6-g6f05f72
Vector Packet Processing
|
Include dependency graph for stat_client.c:Go to the source code of this file.
Data Structures | |
| struct | stat_client_main_t |
| struct | stat_segment_access_t |
Variables | |
| stat_client_main_t | stat_client_main |
|
static |
Definition at line 202 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 101 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 93 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| void stat_client_free | ( | stat_client_main_t * | sm | ) |
Definition at line 55 of file stat_client.c.
| stat_client_main_t* stat_client_get | ( | void | ) |
|
static |
|
static |
| int stat_segment_connect | ( | const char * | socket_name | ) |
Definition at line 166 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int stat_segment_connect_r | ( | const char * | socket_name, |
| stat_client_main_t * | sm | ||
| ) |
Definition at line 108 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void stat_segment_data_free | ( | stat_segment_data_t * | res | ) |
| void stat_segment_disconnect | ( | void | ) |
Definition at line 180 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void stat_segment_disconnect_r | ( | stat_client_main_t * | sm | ) |
| stat_segment_data_t* stat_segment_dump | ( | uint32_t * | stats | ) |
Definition at line 426 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stat_segment_data_t* stat_segment_dump_entry | ( | uint32_t | index | ) |
Definition at line 476 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stat_segment_data_t* stat_segment_dump_entry_r | ( | uint32_t | index, |
| stat_client_main_t * | sm | ||
| ) |
Definition at line 458 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stat_segment_data_t* stat_segment_dump_r | ( | uint32_t * | stats, |
| stat_client_main_t * | sm | ||
| ) |
Definition at line 398 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| double stat_segment_heartbeat | ( | void | ) |
Definition at line 195 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| double stat_segment_heartbeat_r | ( | stat_client_main_t * | sm | ) |
Definition at line 187 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| char* stat_segment_index_to_name | ( | uint32_t | index | ) |
Definition at line 483 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t* stat_segment_ls | ( | uint8_t ** | patterns | ) |
Definition at line 391 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t* stat_segment_ls_r | ( | uint8_t ** | patterns, |
| stat_client_main_t * | sm | ||
| ) |
Definition at line 338 of file stat_client.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8_t** stat_segment_string_vector | ( | uint8_t ** | string_vector, |
| const char * | string | ||
| ) |
| void stat_segment_vec_free | ( | void * | vec | ) |
| int stat_segment_vec_len | ( | void * | vec | ) |
| stat_client_main_t stat_client_main |
Definition at line 43 of file stat_client.c.