L2 Peer Info struct. More...
L2 Peer Info struct.
Definition at line 104 of file netstats.h.
#include <netstats.h>
Data Fields | |
cib_t | stats_idx |
CIB for the tx correlation. | |
netstats_nb_t * | stats_queue [NETSTATS_NB_QUEUE_SIZE] |
send/callback mac association array | |
uint32_t | stats_queue_time_tx [NETSTATS_NB_QUEUE_SIZE] |
TX timestamp of stats_queue entries. | |
netstats_nb_t | pstats [NETSTATS_NB_SIZE] |
Per neighbor statistics array. | |
mutex_t | lock |
Neighbor Table access lock. | |
mutex_t netstats_nb_table_t::lock |
Neighbor Table access lock.
Definition at line 128 of file netstats.h.
netstats_nb_t netstats_nb_table_t::pstats[NETSTATS_NB_SIZE] |
Per neighbor statistics array.
Definition at line 123 of file netstats.h.
cib_t netstats_nb_table_t::stats_idx |
CIB for the tx correlation.
Definition at line 108 of file netstats.h.
netstats_nb_t* netstats_nb_table_t::stats_queue[NETSTATS_NB_QUEUE_SIZE] |
send/callback mac association array
Definition at line 113 of file netstats.h.
uint32_t netstats_nb_table_t::stats_queue_time_tx[NETSTATS_NB_QUEUE_SIZE] |
TX timestamp of stats_queue entries.
Definition at line 118 of file netstats.h.