/net/core/ |
D | gen_stats.c | 296 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/ |
D | sch_mqprio.c | 484 sch->qstats.drops += qdisc->qstats.drops; in mqprio_dump() 614 qstats.drops += qdisc->qstats.drops; in mqprio_dump_class_stats()
|
D | sch_skbprio.c | 101 q->qstats[prio].drops++; in skbprio_enqueue() 118 q->qstats[lp].drops++; in skbprio_enqueue()
|
D | act_gact.c | 173 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()
|
D | act_sample.c | 202 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()
|
D | act_gate.c | 147 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()
|
D | sch_mq.c | 186 sch->qstats.drops += qdisc->qstats.drops; in mq_dump()
|
D | act_skbedit.c | 77 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()
|
D | act_vlan.c | 347 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()
|
D | act_mirred.c | 336 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()
|
D | act_police.c | 338 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()
|
D | act_api.c | 1141 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()
|
D | act_pedit.c | 481 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()
|
D | sch_fq_codel.c | 178 sch->qstats.drops += i; in fq_codel_drop() 658 qs.drops = 0; in fq_codel_dump_class_stats()
|
D | act_nat.c | 252 p->tcf_qstats.drops++; in tcf_nat_act()
|
D | sch_htb.c | 141 unsigned int drops ____cacheline_aligned_in_smp; 642 cl->drops++; in htb_enqueue() 1343 .drops = cl->drops, in htb_dump_class_stats()
|
D | sch_gred.c | 387 sch->qstats.drops += hw_stats->stats.qstats[i].drops; in gred_offload_dump_stats()
|
D | cls_matchall.c | 340 cls_mall.stats.pkts, cls_mall.stats.drops, in mall_stats_hw_filter()
|
D | act_ipt.c | 271 ipt->tcf_qstats.drops++; in tcf_ipt_act()
|
D | sch_drr.c | 362 cl->qstats.drops++; in drr_enqueue()
|
D | sch_api.c | 777 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()
|
D | sch_qfq.c | 1242 cl->qstats.drops++; in qfq_enqueue() 1253 cl->qstats.drops++; in qfq_enqueue()
|
/net/dcb/ |
D | Kconfig | 13 requirements (highly reliable, no drops vs. best effort vs. low
|
/net/netfilter/ |
D | nf_conntrack_core.c | 1352 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/ |
D | af_packet.c | 4001 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()
|