Searched defs:dp_arp_stats (Results 1 – 1 of 1) sorted by relevance
136 struct dp_arp_stats { struct137 uint16_t tx_arp_req_count;138 uint16_t rx_arp_rsp_count;139 uint16_t tx_dropped;140 uint16_t rx_dropped;141 uint16_t rx_delivered;142 uint16_t rx_refused;143 uint16_t tx_host_fw_sent;144 uint16_t rx_host_drop_reorder;145 uint16_t rx_fw_cnt;[all …]