| DPDK
    18.11.11
    | 
#include <rte_table_action.h>
| Data Fields | |
| uint64_t | n_packets | 
| uint64_t | n_bytes | 
| int | n_packets_valid | 
| int | n_bytes_valid | 
Stats action counters (per table rule).
Definition at line 669 of file rte_table_action.h.
| uint64_t n_packets | 
Number of packets. Valid only when n_packets_valid is non-zero.
Definition at line 671 of file rte_table_action.h.
| uint64_t n_bytes | 
Number of bytes. Valid only when n_bytes_valid is non-zero.
Definition at line 674 of file rte_table_action.h.
| int n_packets_valid | 
When non-zero, the n_packets field is valid, otherwise invalid.
Definition at line 677 of file rte_table_action.h.
| int n_bytes_valid | 
When non-zero, the n_bytes field is valid, otherwise invalid.
Definition at line 680 of file rte_table_action.h.
 1.8.9.1
 1.8.9.1