| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Counter statistics. More...
#include <doca_flow_ct.h>
Data Fields | |
| uint32_t | ctr_id |
| uint16_t | last_hit_s |
| uint64_t | total_bytes |
| uint64_t | total_pkts |
Counter statistics.
Definition at line 527 of file doca_flow_ct.h.
| uint32_t doca_flow_ct_aging_counter::ctr_id |
Counter ID
Definition at line 528 of file doca_flow_ct.h.
| uint16_t doca_flow_ct_aging_counter::last_hit_s |
Last hit time in seconds
Definition at line 529 of file doca_flow_ct.h.
| uint64_t doca_flow_ct_aging_counter::total_bytes |
Total bytes the counter received
Definition at line 530 of file doca_flow_ct.h.
| uint64_t doca_flow_ct_aging_counter::total_pkts |
Total packets the counter received
Definition at line 531 of file doca_flow_ct.h.