Home
last modified time | relevance | path

Searched defs:dp_tcp_stats (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h223 struct dp_tcp_stats { struct
224 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 …]