Home
last modified time | relevance | path

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

12

/net/core/
Dgen_stats.c296 qstats->drops += qcpu->drops; in __gnet_stats_copy_queue_cpu()
312 qstats->drops = q->drops; in __gnet_stats_copy_queue()
345 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
/net/sched/
Dsch_mqprio.c484 sch->qstats.drops += qdisc->qstats.drops; in mqprio_dump()
614 qstats.drops += qdisc->qstats.drops; in mqprio_dump_class_stats()
Dsch_skbprio.c101 q->qstats[prio].drops++; in skbprio_enqueue()
118 q->qstats[lp].drops++; in skbprio_enqueue()
Dact_gact.c173 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument
180 action == TC_ACT_SHOT ? packets : drops, hw); in tcf_gact_stats_update()
Dact_sample.c202 u64 drops, u64 lastuse, bool hw) in tcf_sample_stats_update() argument
207 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
Dact_gate.c147 gact->tcf_qstats.drops++; in tcf_gate_act()
579 u64 drops, u64 lastuse, bool hw) in tcf_gate_stats_update() argument
584 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_gate_stats_update()
Dsch_mq.c186 sch->qstats.drops += qdisc->qstats.drops; in mq_dump()
Dact_skbedit.c77 u64 packets, u64 drops, in tcf_skbedit_stats_update() argument
83 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
Dact_vlan.c347 u64 drops, u64 lastuse, bool hw) in tcf_vlan_stats_update() argument
352 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
Dact_mirred.c336 u64 drops, u64 lastuse, bool hw) in tcf_stats_update() argument
341 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_stats_update()
Dact_police.c338 u64 bytes, u64 packets, u64 drops, in tcf_police_stats_update() argument
344 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_police_stats_update()
Dact_api.c1141 u64 drops, bool hw) in tcf_action_update_stats() argument
1146 this_cpu_ptr(a->cpu_qstats)->drops += drops; in tcf_action_update_stats()
1155 a->tcfa_qstats.drops += drops; in tcf_action_update_stats()
Dact_pedit.c481 u64 drops, u64 lastuse, bool hw) in tcf_pedit_stats_update() argument
486 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_pedit_stats_update()
Dsch_fq_codel.c178 sch->qstats.drops += i; in fq_codel_drop()
658 qs.drops = 0; in fq_codel_dump_class_stats()
Dact_nat.c252 p->tcf_qstats.drops++; in tcf_nat_act()
Dsch_htb.c141 unsigned int drops ____cacheline_aligned_in_smp;
642 cl->drops++; in htb_enqueue()
1343 .drops = cl->drops, in htb_dump_class_stats()
Dsch_gred.c387 sch->qstats.drops += hw_stats->stats.qstats[i].drops; in gred_offload_dump_stats()
Dcls_matchall.c340 cls_mall.stats.pkts, cls_mall.stats.drops, in mall_stats_hw_filter()
Dact_ipt.c271 ipt->tcf_qstats.drops++; in tcf_ipt_act()
Dsch_drr.c362 cl->qstats.drops++; in drr_enqueue()
Dsch_api.c777 int drops; in qdisc_tree_reduce_backlog() local
781 drops = max_t(int, n, 0); in qdisc_tree_reduce_backlog()
813 __qdisc_qstats_drop(sch, drops); in qdisc_tree_reduce_backlog()
Dsch_qfq.c1242 cl->qstats.drops++; in qfq_enqueue()
1253 cl->qstats.drops++; in qfq_enqueue()
/net/dcb/
DKconfig13 requirements (highly reliable, no drops vs. best effort vs. low
/net/netfilter/
Dnf_conntrack_core.c1352 unsigned int drops = 0; in early_drop_list() local
1384 drops++; in early_drop_list()
1389 return drops; in early_drop_list()
1398 unsigned int hsize, drops; in early_drop() local
1407 drops = early_drop_list(net, &ct_hash[bucket]); in early_drop()
1410 if (drops) { in early_drop()
1411 NF_CT_STAT_ADD_ATOMIC(net, early_drop, drops); in early_drop()
/net/packet/
Daf_packet.c4001 int drops; in packet_getsockopt() local
4018 drops = atomic_xchg(&po->tp_drops, 0); in packet_getsockopt()
4022 st.stats3.tp_drops = drops; in packet_getsockopt()
4023 st.stats3.tp_packets += drops; in packet_getsockopt()
4027 st.stats1.tp_drops = drops; in packet_getsockopt()
4028 st.stats1.tp_packets += drops; in packet_getsockopt()

12