Lines Matching refs:dropped
60 u64_stats_t dropped; member
536 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
1007 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1450 u64 dropped; in net_dm_stats_read() local
1454 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1457 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1473 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1494 u64 dropped; in net_dm_hw_stats_read() local
1498 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read()
1501 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read()
1517 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()