53 for (j = 0; j <
vec_len (my_counters); j++)
70 for (j = 0; j <
vec_len (my_counters); j++)
73 my_counters[j].
bytes = 0;
143 if (_vec_resize_will_expand
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
void vlib_free_simple_counter(vlib_simple_counter_main_t *cm)
u32 vlib_simple_counter_n_counters(const vlib_simple_counter_main_t *cm)
The number of counters (not the number of per-thread counters)
void vlib_validate_combined_counter(vlib_combined_counter_main_t *cm, u32 index)
validate a combined counter
int vlib_validate_combined_counter_will_expand(vlib_combined_counter_main_t *cm, u32 index)
Combined counter to hold both packets and byte differences.
void * vlib_stats_push_heap(void *old)
#define vec_validate_aligned(V, I, A)
Make sure vector is long enough for given index (no header, specified alignment)
vlib_counter_t ** counters
Per-thread u64 non-atomic counter pairs.
void vlib_clear_combined_counters(vlib_combined_counter_main_t *cm)
Clear a collection of combined counters.
void vlib_stats_pop_heap(void *cm_arg, void *oldheap, u32 cindex, stat_directory_type_t type)
uint64_t counter_t
64bit counters
void vlib_free_combined_counter(vlib_combined_counter_main_t *cm)
A collection of simple counters.
counter_t packets
packet counter
u32 vlib_combined_counter_n_counters(const vlib_combined_counter_main_t *cm)
The number of counters (not the number of per-thread counters)
sll srl srl sll sra u16x4 i
#define vec_free(V)
Free vector's memory (no header).
static void * clib_mem_set_heap(void *heap)
void vlib_validate_simple_counter(vlib_simple_counter_main_t *cm, u32 index)
validate a simple counter
counter_t bytes
byte counter
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
A collection of combined counters.
counter_t ** counters
Per-thread u64 non-atomic counters.
void vlib_clear_simple_counters(vlib_simple_counter_main_t *cm)
Clear a collection of simple counters.
static vlib_thread_main_t * vlib_get_thread_main()
void vlib_stats_delete_cm(void *cm_arg)
#define CLIB_CACHE_LINE_BYTES