Lines Matching full:drops
57 int sent, int drops, int err),
59 TP_ARGS(dev, sent, drops, err),
64 __field(int, drops)
72 __entry->drops = drops;
77 TP_printk("ifindex=%d action=%s sent=%d drops=%d err=%d",
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;
223 " processed=%u drops=%u"
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;
260 " processed=%u drops=%u"
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;
296 " sent=%d drops=%d"
300 __entry->sent, __entry->drops,