FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Data Fields | |
stat_segment_gauges_pool_t * | gauges |
uword * | directory_vector_by_name |
stat_segment_directory_entry_t * | directory_vector |
u8 ** | interfaces |
u8 ** | nodes |
clib_spinlock_t * | stat_segment_lockp |
clib_socket_t * | socket |
u8 * | socket_name |
ssize_t | memory_size |
u8 | node_counters_enabled |
void * | last |
void * | heap |
stat_segment_shared_header_t * | shared_header |
int | memfd |
u64 | last_input_packets |
Definition at line 105 of file stat_segment.h.
stat_segment_directory_entry_t* stat_segment_main_t::directory_vector |
Definition at line 112 of file stat_segment.h.
uword* stat_segment_main_t::directory_vector_by_name |
Definition at line 111 of file stat_segment.h.
stat_segment_gauges_pool_t* stat_segment_main_t::gauges |
Definition at line 108 of file stat_segment.h.
void* stat_segment_main_t::heap |
Definition at line 122 of file stat_segment.h.
u8** stat_segment_main_t::interfaces |
Definition at line 113 of file stat_segment.h.
void* stat_segment_main_t::last |
Definition at line 121 of file stat_segment.h.
u64 stat_segment_main_t::last_input_packets |
Definition at line 126 of file stat_segment.h.
int stat_segment_main_t::memfd |
Definition at line 124 of file stat_segment.h.
ssize_t stat_segment_main_t::memory_size |
Definition at line 119 of file stat_segment.h.
u8 stat_segment_main_t::node_counters_enabled |
Definition at line 120 of file stat_segment.h.
u8** stat_segment_main_t::nodes |
Definition at line 114 of file stat_segment.h.
stat_segment_shared_header_t* stat_segment_main_t::shared_header |
Definition at line 123 of file stat_segment.h.
clib_socket_t* stat_segment_main_t::socket |
Definition at line 117 of file stat_segment.h.
u8* stat_segment_main_t::socket_name |
Definition at line 118 of file stat_segment.h.
clib_spinlock_t* stat_segment_main_t::stat_segment_lockp |
Definition at line 116 of file stat_segment.h.