DPDK
19.02.0
|
#include <rte_table_action.h>
Data Fields | |
uint64_t | n_packets |
uint64_t | n_bytes |
Stats action parameters (per table rule).
Definition at line 654 of file rte_table_action.h.
uint64_t n_packets |
Initial value for the n_packets stats counter. Typically set to 0.
Definition at line 659 of file rte_table_action.h.
uint64_t n_bytes |
Initial value for the n_bytes stats counter. Typically set to 0.
Definition at line 665 of file rte_table_action.h.