FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Combined counter to hold both packets and byte differences. More...
Data Fields | |
counter_t | packets |
packet counter More... | |
counter_t | bytes |
byte counter More... | |
Combined counter to hold both packets and byte differences.
Definition at line 26 of file counter_types.h.
counter_t vlib_counter_t::bytes |
byte counter
Definition at line 29 of file counter_types.h.
counter_t vlib_counter_t::packets |
packet counter
Definition at line 28 of file counter_types.h.