FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
stats_main_t Struct Reference
+ Collaboration diagram for stats_main_t:

Data Fields

void * mheap
 
pthread_t thread_self
 
pthread_t thread_handle
 
u32 stats_poll_interval_in_seconds
 
u32 enable_poller
 
uword ** stats_registration_hash
 
vpe_client_stats_registration_t ** stats_registrations
 
data_structure_lock_tdata_structure_lock
 
clib_longjmp_t jmp_buf
 
do_ip46_fibs_t do_ip46_fibs
 
vpe_client_stats_registration_t ** regs_tmp
 
vpe_client_registration_t ** clients_tmp
 
vlib_main_tvlib_main
 
vnet_main_tvnet_main
 
vnet_interface_main_tinterface_main
 
api_main_tapi_main
 

Detailed Description

Definition at line 97 of file stats_to_be_deprecated.h.

Field Documentation

api_main_t* stats_main_t::api_main

Definition at line 162 of file stats_to_be_deprecated.h.

vpe_client_registration_t** stats_main_t::clients_tmp

Definition at line 156 of file stats_to_be_deprecated.h.

data_structure_lock_t* stats_main_t::data_structure_lock

Definition at line 143 of file stats_to_be_deprecated.h.

do_ip46_fibs_t stats_main_t::do_ip46_fibs

Definition at line 149 of file stats_to_be_deprecated.h.

u32 stats_main_t::enable_poller

Definition at line 104 of file stats_to_be_deprecated.h.

vnet_interface_main_t* stats_main_t::interface_main

Definition at line 161 of file stats_to_be_deprecated.h.

clib_longjmp_t stats_main_t::jmp_buf

Definition at line 146 of file stats_to_be_deprecated.h.

void* stats_main_t::mheap

Definition at line 99 of file stats_to_be_deprecated.h.

vpe_client_stats_registration_t** stats_main_t::regs_tmp

Definition at line 155 of file stats_to_be_deprecated.h.

u32 stats_main_t::stats_poll_interval_in_seconds

Definition at line 103 of file stats_to_be_deprecated.h.

uword** stats_main_t::stats_registration_hash

Definition at line 139 of file stats_to_be_deprecated.h.

vpe_client_stats_registration_t** stats_main_t::stats_registrations

Definition at line 140 of file stats_to_be_deprecated.h.

pthread_t stats_main_t::thread_handle

Definition at line 101 of file stats_to_be_deprecated.h.

pthread_t stats_main_t::thread_self

Definition at line 100 of file stats_to_be_deprecated.h.

vlib_main_t* stats_main_t::vlib_main

Definition at line 159 of file stats_to_be_deprecated.h.

vnet_main_t* stats_main_t::vnet_main

Definition at line 160 of file stats_to_be_deprecated.h.


The documentation for this struct was generated from the following file: