Lines Matching refs:drops
57 int sent, int drops, int err),
59 TP_ARGS(dev, sent, drops, err),
64 __field(int, drops)
72 __entry->drops = drops;
80 __entry->sent, __entry->drops, __entry->err)
192 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
195 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
201 __field(unsigned int, drops)
213 __entry->drops = drops;
228 __entry->processed, __entry->drops,
235 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
238 TP_ARGS(map_id, processed, drops, to_cpu),
244 __field(unsigned int, drops)
253 __entry->drops = drops;
264 __entry->processed, __entry->drops,
272 int sent, int drops, int err),
274 TP_ARGS(from_dev, to_dev, sent, drops, err),
280 __field(int, drops)
289 __entry->drops = drops;
300 __entry->sent, __entry->drops,