Lines Matching refs:dropped
60 u64_stats_t dropped; member
535 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
1006 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1449 u64 dropped; in net_dm_stats_read() local
1453 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1456 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1472 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1493 u64 dropped; in net_dm_hw_stats_read() local
1497 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read()
1500 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read()
1516 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()