Searched refs:lost_packets (Results 1 – 3 of 3) sorted by relevance
205 u32 lost_packets = num_packets - 1; in dccp_ackvec_add_new() local207 DCCP_WARN("Warning: large burst loss (%u)\n", lost_packets); in dccp_ackvec_add_new()220 for (num_packets = num_cells = 1; lost_packets; ++num_cells) { in dccp_ackvec_add_new()221 u8 len = min_t(u32, lost_packets, DCCPAV_MAX_RUNLEN); in dccp_ackvec_add_new()226 lost_packets -= len; in dccp_ackvec_add_new()
535 sta->lost_packets++; in ieee80211_lost_packet()536 if (!sta->sta.tdls && sta->lost_packets < STA_LOST_PKT_THRESHOLD) in ieee80211_lost_packet()546 (sta->lost_packets < STA_LOST_TDLS_PKT_THRESHOLD || in ieee80211_lost_packet()552 sta->lost_packets, GFP_ATOMIC); in ieee80211_lost_packet()553 sta->lost_packets = 0; in ieee80211_lost_packet()620 if (sta->lost_packets) in ieee80211_tx_status_noskb()621 sta->lost_packets = 0; in ieee80211_tx_status_noskb()779 if (sta->lost_packets) in ieee80211_tx_status()780 sta->lost_packets = 0; in ieee80211_tx_status()
452 unsigned int lost_packets; member