FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vlib_counter_t Struct Reference

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

Data Fields

u64 packets
 packet counter More...
 
u64 bytes
 byte counter More...
 

Detailed Description

Combined counter to hold both packets and byte differences.

Definition at line 164 of file counter.h.

Field Documentation

u64 vlib_counter_t::bytes

byte counter

Definition at line 167 of file counter.h.

u64 vlib_counter_t::packets

packet counter

Definition at line 166 of file counter.h.


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