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)
174 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
177 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
183 __field(unsigned int, drops)
195 __entry->drops = drops;
210 __entry->processed, __entry->drops,
217 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
220 TP_ARGS(map_id, processed, drops, to_cpu),
226 __field(unsigned int, drops)
235 __entry->drops = drops;
246 __entry->processed, __entry->drops,
254 int sent, int drops, int err),
256 TP_ARGS(from_dev, to_dev, sent, drops, err),
262 __field(int, drops)
271 __entry->drops = drops;
282 __entry->sent, __entry->drops,