FD.io VPP  v18.07.1-19-g511ce25
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 140 of file counter.h.

Field Documentation

counter_t vlib_counter_t::bytes

byte counter

Definition at line 143 of file counter.h.

counter_t vlib_counter_t::packets

packet counter

Definition at line 142 of file counter.h.


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