Searched refs:drops (Results 1 – 9 of 9) sorted by relevance
| /include/trace/events/ |
| A D | xdp.h | 57 int sent, int drops, int err), 59 TP_ARGS(dev, sent, drops, err), 64 __field(int, drops) 72 __entry->drops = drops; 183 __field(unsigned int, drops) 195 __entry->drops = drops; 226 __field(unsigned int, drops) 235 __entry->drops = drops; 254 int sent, int drops, int err), 262 __field(int, drops) [all …]
|
| /include/uapi/linux/ |
| A D | gen_stats.h | 62 __u32 drops; member
|
| A D | pkt_sched.h | 37 __u32 drops; /* Packets dropped because of lack of resources */ member
|
| /include/net/ |
| A D | act_api.h | 261 u64 drops, bool hw); 289 u64 packets, u64 drops, in tcf_action_stats_update() argument 296 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| A D | flow_offload.h | 545 u64 drops; member 553 u64 drops, u64 lastused, in flow_stats_update() argument 558 flow_stats->drops += drops; in flow_stats_update()
|
| A D | sch_generic.h | 931 sch->qstats.drops += count; in __qdisc_qstats_drop() 936 qstats->drops++; in qstats_drop_inc() 951 this_cpu_inc(sch->cpu_qstats->drops); in qdisc_qstats_cpu_drop() 1355 this_cpu_inc(miniq->cpu_qstats->drops); in mini_qdisc_qstats_cpu_drop()
|
| A D | pkt_cls.h | 308 tcf_action_stats_update(a, stats->bytes, stats->pkts, stats->drops, in tcf_exts_hw_stats_update()
|
| A D | cfg80211.h | 2017 u32 drops; member
|
| /include/net/libeth/ |
| A D | xdp.h | 780 u32 sent, drops; in __libeth_xdp_tx_flush_bulk() local 786 drops = bq->count - sent; in __libeth_xdp_tx_flush_bulk() 788 if (unlikely(drops)) { in __libeth_xdp_tx_flush_bulk() 795 trace_xdp_bulk_tx(bq->dev, sent, drops, err); in __libeth_xdp_tx_flush_bulk()
|
Completed in 54 milliseconds