Lines Matching refs:dropped
58 u64_stats_t dropped; member
533 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
989 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1432 u64 dropped; in net_dm_stats_read() local
1436 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1439 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1455 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1476 u64 dropped; in net_dm_hw_stats_read() local
1480 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read()
1483 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read()
1499 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()