Home
last modified time | relevance | path

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

12

/net/core/
A Dgen_stats.c350 qstats->drops += qcpu->drops; in gnet_stats_add_queue_cpu()
365 qstats->drops += q->drops; in gnet_stats_add_queue()
397 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
/net/sched/
A Dsch_skbprio.c103 q->qstats[prio].drops++; in skbprio_enqueue()
120 q->qstats[lp].drops++; in skbprio_enqueue()
A Dact_gact.c174 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument
181 action == TC_ACT_SHOT ? packets : drops, hw); in tcf_gact_stats_update()
A Dact_sample.c215 u64 drops, u64 lastuse, bool hw) in tcf_sample_stats_update() argument
220 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
A Dact_vlan.c339 u64 drops, u64 lastuse, bool hw) in tcf_vlan_stats_update() argument
344 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
A Dact_skbedit.c94 u64 packets, u64 drops, in tcf_skbedit_stats_update() argument
100 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
A Dact_api.c315 fl_act.stats.drops, in tcf_action_update_hw_stats()
1574 u64 drops, bool hw) in tcf_action_update_stats() argument
1579 this_cpu_ptr(a->cpu_qstats)->drops += drops; in tcf_action_update_stats()
1588 a->tcfa_qstats.drops += drops; in tcf_action_update_stats()
A Dact_mirred.c485 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument
490 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
A Dact_pedit.c490 u64 drops, u64 lastuse, bool hw) in tcf_pedit_stats_update() argument
495 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_pedit_stats_update()
A Dact_police.c329 u64 bytes, u64 packets, u64 drops, in tcf_police_stats_update() argument
335 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_police_stats_update()
A Dact_gate.c566 u64 drops, u64 lastuse, bool hw) in tcf_gate_stats_update() argument
571 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_gate_stats_update()
A Dsch_fq_codel.c179 sch->qstats.drops += i; in fq_codel_drop()
679 qs.drops = 0; in fq_codel_dump_class_stats()
A Dsch_htb.c140 unsigned int drops ____cacheline_aligned_in_smp;
646 cl->drops++; in htb_enqueue()
1328 .drops = cl->drops, in htb_dump_class_stats()
A Dsch_gred.c392 sch->qstats.drops += hw_stats->stats.qstats[i].drops; in gred_offload_dump_stats()
A Dsch_drr.c357 cl->qstats.drops++; in drr_enqueue()
A Dsch_qfq.c1248 cl->qstats.drops++; in qfq_enqueue()
1258 cl->qstats.drops++; in qfq_enqueue()
A Dsch_api.c782 int drops; in qdisc_tree_reduce_backlog() local
784 drops = max_t(int, n, 0); in qdisc_tree_reduce_backlog()
810 __qdisc_qstats_drop(sch, drops); in qdisc_tree_reduce_backlog()
A Dact_ct.c1592 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument
1596 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
A Dsch_ets.c436 cl->qstats.drops++; in ets_qdisc_enqueue()
A Dsch_cake.c1834 sch->qstats.drops++; in cake_enqueue()
3027 qs.drops = flow->dropped; in cake_dump_class_stats()
A Dsch_hfsc.c1557 cl->qstats.drops++; in hfsc_enqueue()
/net/dcb/
A DKconfig13 requirements (highly reliable, no drops vs. best effort vs. low
/net/devlink/
A Dtrap.c214 u64 drops = 0; in devlink_trap_stats_put() local
220 &drops); in devlink_trap_stats_put()
232 devlink_nl_put_u64(msg, DEVLINK_ATTR_STATS_RX_DROPPED, drops)) in devlink_trap_stats_put()
734 u64 drops; in devlink_trap_policer_stats_put() local
740 err = devlink->ops->trap_policer_counter_get(devlink, policer, &drops); in devlink_trap_policer_stats_put()
748 if (devlink_nl_put_u64(msg, DEVLINK_ATTR_STATS_RX_DROPPED, drops)) in devlink_trap_policer_stats_put()
/net/netfilter/
A Dnf_conntrack_core.c1426 unsigned int drops = 0; in early_drop_list() local
1458 drops++; in early_drop_list()
1463 return drops; in early_drop_list()
1472 unsigned int hsize, drops; in early_drop() local
1481 drops = early_drop_list(net, &ct_hash[bucket]); in early_drop()
1484 if (drops) { in early_drop()
1485 NF_CT_STAT_ADD_ATOMIC(net, early_drop, drops); in early_drop()
/net/packet/
A Daf_packet.c4115 int drops; in packet_getsockopt() local
4132 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4136 st.stats3.tp_drops = drops; in packet_getsockopt()
4137 st.stats3.tp_packets += drops; in packet_getsockopt()
4141 st.stats1.tp_drops = drops; in packet_getsockopt()
4142 st.stats1.tp_packets += drops; in packet_getsockopt()

Completed in 74 milliseconds

12