Searched defs:dp_tcp_stats (Results 1 – 1 of 1) sorted by relevance
223 struct dp_tcp_stats { struct224 uint16_t tx_tcp_syn_count;225 uint16_t tx_tcp_ack_count;226 uint16_t rx_tcp_syn_ack_count;227 uint16_t tx_tcp_syn_dropped;228 uint16_t tx_tcp_ack_dropped;229 uint16_t rx_delivered;230 uint16_t rx_refused;231 uint16_t tx_tcp_syn_host_fw_sent;232 uint16_t tx_tcp_ack_host_fw_sent;[all …]