Scroll to navigation

rte_meter_trtcm(3) DPDK rte_meter_trtcm(3)

NAME

rte_meter_trtcm

SYNOPSIS

#include <rte_meter.h>

Data Fields


uint64_t time_tc
uint64_t time_tp
uint64_t tc
uint64_t tp

Detailed Description

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

Definition at line 355 of file rte_meter.h.

Field Documentation

uint64_t time_tc

Time of latest update of C token bucket

Definition at line 356 of file rte_meter.h.

uint64_t time_tp

Time of latest update of P token bucket

Definition at line 358 of file rte_meter.h.

uint64_t tc

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

Definition at line 360 of file rte_meter.h.

uint64_t tp

Number of bytes currently available in the peak(P) token bucket

Definition at line 362 of file rte_meter.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Fri Dec 15 2023 Version 23.11.0