Searched refs:drops (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | xdp.h | 163 TP_PROTO(int map_id, unsigned int processed, unsigned int drops, 166 TP_ARGS(map_id, processed, drops, sched), 172 __field(unsigned int, drops) 181 __entry->drops = drops; 192 __entry->processed, __entry->drops, 198 TP_PROTO(int map_id, unsigned int processed, unsigned int drops, 201 TP_ARGS(map_id, processed, drops, to_cpu), 207 __field(unsigned int, drops) 216 __entry->drops = drops; 227 __entry->processed, __entry->drops, [all …]
|
/linux-4.19.296/include/uapi/linux/ |
D | gen_stats.h | 64 __u32 drops; member
|
D | pkt_sched.h | 36 __u32 drops; /* Packets dropped because of lack of resources */ member
|
/linux-4.19.296/include/net/ |
D | sch_generic.h | 816 sch->qstats.drops += count; in __qdisc_qstats_drop() 821 qstats->drops++; in qstats_drop_inc() 836 this_cpu_inc(sch->cpu_qstats->drops); in qdisc_qstats_cpu_drop() 1137 this_cpu_inc(miniq->cpu_qstats->drops); in mini_qdisc_qstats_cpu_drop()
|
D | cfg80211.h | 1208 u32 drops; member
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 723 option will show detailed messages if free stack space drops
|