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;
76 TP_printk("ifindex=%d action=%s sent=%d drops=%d err=%d",
79 __entry->sent, __entry->drops, __entry->err)
179 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
182 TP_ARGS(map_id, processed, drops, sched, xdp_stats),
188 __field(unsigned int, drops)
200 __entry->drops = drops;
210 " processed=%u drops=%u"
215 __entry->processed, __entry->drops,
222 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
225 TP_ARGS(map_id, processed, drops, to_cpu),
231 __field(unsigned int, drops)
240 __entry->drops = drops;
247 " processed=%u drops=%u"
251 __entry->processed, __entry->drops,
259 int sent, int drops, int err),
261 TP_ARGS(from_dev, to_dev, sent, drops, err),
267 __field(int, drops)
276 __entry->drops = drops;
283 " sent=%d drops=%d"
287 __entry->sent, __entry->drops,