Lines Matching full: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)
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;
222 " processed=%u drops=%u"
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;
259 " processed=%u drops=%u"
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;
295 " sent=%d drops=%d"
299 __entry->sent, __entry->drops,