| /net/core/ |
| A D | gen_stats.c | 350 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 D | sch_skbprio.c | 103 q->qstats[prio].drops++; in skbprio_enqueue() 120 q->qstats[lp].drops++; in skbprio_enqueue()
|
| A D | act_gact.c | 174 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 D | act_sample.c | 215 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 D | act_vlan.c | 339 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 D | act_skbedit.c | 94 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 D | act_api.c | 315 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 D | act_mirred.c | 485 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 D | act_pedit.c | 490 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 D | act_police.c | 329 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 D | act_gate.c | 566 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 D | sch_fq_codel.c | 179 sch->qstats.drops += i; in fq_codel_drop() 679 qs.drops = 0; in fq_codel_dump_class_stats()
|
| A D | sch_htb.c | 140 unsigned int drops ____cacheline_aligned_in_smp; 646 cl->drops++; in htb_enqueue() 1328 .drops = cl->drops, in htb_dump_class_stats()
|
| A D | sch_gred.c | 392 sch->qstats.drops += hw_stats->stats.qstats[i].drops; in gred_offload_dump_stats()
|
| A D | sch_drr.c | 357 cl->qstats.drops++; in drr_enqueue()
|
| A D | sch_qfq.c | 1248 cl->qstats.drops++; in qfq_enqueue() 1258 cl->qstats.drops++; in qfq_enqueue()
|
| A D | sch_api.c | 782 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 D | act_ct.c | 1592 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 D | sch_ets.c | 436 cl->qstats.drops++; in ets_qdisc_enqueue()
|
| A D | sch_cake.c | 1834 sch->qstats.drops++; in cake_enqueue() 3027 qs.drops = flow->dropped; in cake_dump_class_stats()
|
| A D | sch_hfsc.c | 1557 cl->qstats.drops++; in hfsc_enqueue()
|
| /net/dcb/ |
| A D | Kconfig | 13 requirements (highly reliable, no drops vs. best effort vs. low
|
| /net/devlink/ |
| A D | trap.c | 214 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 D | nf_conntrack_core.c | 1426 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 D | af_packet.c | 4115 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()
|