![]() |
FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
Include dependency graph for stats.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | data_structure_lock_t |
| struct | ip6_route_t |
| struct | do_ip46_fibs_t |
| struct | client_registration_reply_t |
| struct | vpe_client_stats_registration_t |
| struct | stats_main_t |
| struct | stat_segment_directory_entry_t |
Macros | |
| #define | STAT_SEGMENT_SOCKET_FILE "/run/vpp/stats.sock" |
| #define | stats_reg(n) IDX_##n, |
| #define | STAT_SEGMENT_DEFAULT_SIZE (32<<20) |
| #define | STAT_SEGMENT_OPAQUE_LOCK 0 |
| #define | STAT_SEGMENT_OPAQUE_DIR 1 |
| #define | STAT_SEGMENT_OPAQUE_EPOCH 2 |
Functions | |
| typedef | CLIB_PACKED (struct{ip4_address_t address;u32 address_length:6;u32 index:26;}) ip4_route_t |
| stats request registration indexes More... | |
| void | do_stat_segment_updates (stats_main_t *sm) |
Variables | |
| stats_main_t | stats_main |
| enum stats_reg_index_t |
| typedef CLIB_PACKED | ( | struct{ip4_address_t address;u32 address_length:6;u32 index:26;} | ) |
stats request registration indexes
| void do_stat_segment_updates | ( | stats_main_t * | sm | ) |
Definition at line 476 of file stat_segment.c.
Here is the call graph for this function:
Here is the caller graph for this function:| stats_main_t stats_main |