DPDK  22.07.0
Data Fields
rte_meter_trtcm_rfc4115 Struct Reference

#include <rte_meter.h>

Data Fields

uint64_t time_tc
 
uint64_t time_te
 
uint64_t tc
 
uint64_t te
 

Detailed Description

Internal data structure storing the trTCM RFC4115 run-time context per metered traffic flow.

Definition at line 402 of file rte_meter.h.

Field Documentation

◆ time_tc

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 403 of file rte_meter.h.

◆ time_te

uint64_t time_te

Time of latest update of E token bucket

Definition at line 405 of file rte_meter.h.

◆ tc

uint64_t tc

Number of bytes currently available in committed(C) token bucket

Definition at line 407 of file rte_meter.h.

◆ te

uint64_t te

Number of bytes currently available in the excess(E) token bucket

Definition at line 409 of file rte_meter.h.


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