Searched refs:lost_packets (Results 1 – 4 of 4) sorted by relevance
100 local lost_packets111 lost_packets=$(echo "${ping_output}" | \113 if [ -z "${lost_packets}" ]; then118 MARK_DROP_COUNTER=$((MARK_DROP_COUNTER + lost_packets))
887 sta->deflink.status_stats.lost_packets++; in ieee80211_lost_packet()900 if (sta->deflink.status_stats.lost_packets < pkt_thr || in ieee80211_lost_packet()905 sta->deflink.status_stats.lost_packets, in ieee80211_lost_packet()907 sta->deflink.status_stats.lost_packets = 0; in ieee80211_lost_packet()1226 if (sta->deflink.status_stats.lost_packets) in ieee80211_tx_status_ext()1227 sta->deflink.status_stats.lost_packets = 0; in ieee80211_tx_status_ext()
551 unsigned int lost_packets; member