| DPDK
    18.11.11
    | 
#include <rte_pipeline.h>
| Data Fields | |
| struct rte_table_stats | stats | 
| uint64_t | n_pkts_dropped_by_lkp_hit_ah | 
| uint64_t | n_pkts_dropped_by_lkp_miss_ah | 
| uint64_t | n_pkts_dropped_lkp_hit | 
| uint64_t | n_pkts_dropped_lkp_miss | 
Pipeline table stats.
Definition at line 107 of file rte_pipeline.h.
| struct rte_table_stats stats | 
Table stats.
Definition at line 109 of file rte_pipeline.h.
| uint64_t n_pkts_dropped_by_lkp_hit_ah | 
Number of packets dropped by lookup hit action handler.
Definition at line 112 of file rte_pipeline.h.
| uint64_t n_pkts_dropped_by_lkp_miss_ah | 
Number of packets dropped by lookup miss action handler.
Definition at line 115 of file rte_pipeline.h.
| uint64_t n_pkts_dropped_lkp_hit | 
Number of packets dropped by pipeline in behalf of this table based on action specified in table entry.
Definition at line 119 of file rte_pipeline.h.
| uint64_t n_pkts_dropped_lkp_miss | 
Number of packets dropped by pipeline in behalf of this table based on action specified in table entry.
Definition at line 123 of file rte_pipeline.h.
 1.8.9.1
 1.8.9.1