DPDK
23.07.0
|
#include <rte_meter.h>
Data Fields | |
uint64_t | time_tc |
uint64_t | time_te |
uint64_t | tc |
uint64_t | te |
Internal data structure storing the trTCM RFC4115 run-time context per metered traffic flow.
Definition at line 397 of file rte_meter.h.
uint64_t time_tc |
Time of latest update of C token bucket
Definition at line 398 of file rte_meter.h.
uint64_t time_te |
Time of latest update of E token bucket
Definition at line 400 of file rte_meter.h.
uint64_t tc |
Number of bytes currently available in committed(C) token bucket
Definition at line 402 of file rte_meter.h.
uint64_t te |
Number of bytes currently available in the excess(E) token bucket
Definition at line 404 of file rte_meter.h.