Searched refs:lost_packets (Results 1 – 3 of 3) sorted by relevance
202 u32 lost_packets = num_packets - 1; in dccp_ackvec_add_new() local204 DCCP_WARN("Warning: large burst loss (%u)\n", lost_packets); in dccp_ackvec_add_new()217 for (num_packets = num_cells = 1; lost_packets; ++num_cells) { in dccp_ackvec_add_new()218 u8 len = min_t(u32, lost_packets, DCCPAV_MAX_RUNLEN); in dccp_ackvec_add_new()223 lost_packets -= len; in dccp_ackvec_add_new()
777 sta->status_stats.lost_packets++; in ieee80211_lost_packet()790 if (sta->status_stats.lost_packets < pkt_thr || in ieee80211_lost_packet()795 sta->status_stats.lost_packets, GFP_ATOMIC); in ieee80211_lost_packet()796 sta->status_stats.lost_packets = 0; in ieee80211_lost_packet()1153 if (sta->status_stats.lost_packets) in ieee80211_tx_status_ext()1154 sta->status_stats.lost_packets = 0; in ieee80211_tx_status_ext()
636 unsigned int lost_packets; member
Completed in 10 milliseconds