Lines Matching refs:drops
56 int sent, int drops, int err),
58 TP_ARGS(dev, sent, drops, err),
63 __field(int, drops)
71 __entry->drops = drops;
79 __entry->sent, __entry->drops, __entry->err)
191 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
194 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
200 __field(unsigned int, drops)
212 __entry->drops = drops;
227 __entry->processed, __entry->drops,
234 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
237 TP_ARGS(map_id, processed, drops, to_cpu),
243 __field(unsigned int, drops)
252 __entry->drops = drops;
263 __entry->processed, __entry->drops,
271 int sent, int drops, int err),
273 TP_ARGS(from_dev, to_dev, sent, drops, err),
279 __field(int, drops)
288 __entry->drops = drops;
299 __entry->sent, __entry->drops,