logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_meter_trtcm_rfc4115

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_meter_trtcm_rfc4115(3)

Detailed Description

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

       Definition at line 385 of file rte_meter.h.

Field Documentation

uint64_ttime_tc
       Time of latest update of C token bucket

       Definition at line 386 of file rte_meter.h.

   uint64_ttime_te
       Time of latest update of E token bucket

       Definition at line 388 of file rte_meter.h.

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

       Definition at line 390 of file rte_meter.h.

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

       Definition at line 392 of file rte_meter.h.

Name

       rte_meter_trtcm_rfc4115

Synopsis

       #include <rte_meter.h>

   DataFields
       uint64_t time_tc
       uint64_t time_te
       uint64_t tc
       uint64_t te

See Also