FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vlib_counter_t Struct Reference

Combined counter to hold both packets and byte differences. More...

Data Fields

counter_t packets
 packet counter More...
 
counter_t bytes
 byte counter More...
 

Detailed Description

Combined counter to hold both packets and byte differences.

Definition at line 26 of file counter_types.h.

Field Documentation

◆ bytes

counter_t vlib_counter_t::bytes

byte counter

Definition at line 29 of file counter_types.h.

◆ packets

counter_t vlib_counter_t::packets

packet counter

Definition at line 28 of file counter_types.h.


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