FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
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 |
Macros | |
#define | stats_reg(n) IDX_##n, |
Enumerations | |
enum | stats_reg_index_t { STATS_REG_N_IDX } |
Functions | |
typedef | CLIB_PACKED (struct{ip4_address_t address;u32 address_length:6;u32 index:26;}) ip4_route_t |
stats request registration indexes More... | |
Variables | |
stats_main_t | stats_main |
#define stats_reg | ( | n | ) | IDX_##n, |
Definition at line 82 of file stats_to_be_deprecated.h.
enum stats_reg_index_t |
Enumerator | |
---|---|
STATS_REG_N_IDX |
Definition at line 80 of file stats_to_be_deprecated.h.
typedef CLIB_PACKED | ( | struct{ip4_address_t address;u32 address_length:6;u32 index:26;} | ) |
stats request registration indexes
stats_main_t stats_main |
Definition at line 28 of file stats_to_be_deprecated.c.