Lines Matching refs:dropped
57 u64 dropped; member
519 data->stats.dropped++; in net_dm_packet_trace_kfree_skb_hit()
936 hw_data->stats.dropped++; in net_dm_hw_packet_probe()
1345 u64 dropped; in net_dm_stats_read() local
1349 dropped = cpu_stats->dropped; in net_dm_stats_read()
1352 stats->dropped += dropped; in net_dm_stats_read()
1368 stats.dropped, NET_DM_ATTR_PAD)) in net_dm_stats_put()
1389 u64 dropped; in net_dm_hw_stats_read() local
1393 dropped = cpu_stats->dropped; in net_dm_hw_stats_read()
1396 stats->dropped += dropped; in net_dm_hw_stats_read()
1412 stats.dropped, NET_DM_ATTR_PAD)) in net_dm_hw_stats_put()