Lines Matching refs:dropped
60 u64_stats_t dropped; member
533 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
1004 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1447 u64 dropped; in net_dm_stats_read() local
1451 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1454 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1470 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1491 u64 dropped; in net_dm_hw_stats_read() local
1495 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read()
1498 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read()
1514 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()