Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 9 of 9) sorted by relevance

/include/trace/events/
A Dxdp.h57 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 Dgen_stats.h62 __u32 drops; member
A Dpkt_sched.h37 __u32 drops; /* Packets dropped because of lack of resources */ member
/include/net/
A Dact_api.h261 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 Dflow_offload.h545 u64 drops; member
553 u64 drops, u64 lastused, in flow_stats_update() argument
558 flow_stats->drops += drops; in flow_stats_update()
A Dsch_generic.h931 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 Dpkt_cls.h308 tcf_action_stats_update(a, stats->bytes, stats->pkts, stats->drops, in tcf_exts_hw_stats_update()
A Dcfg80211.h2017 u32 drops; member
/include/net/libeth/
A Dxdp.h780 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