/Linux-v5.4/net/batman-adv/ |
D | soft-interface.c | 207 goto dropped; in batadv_interface_tx() 223 goto dropped; in batadv_interface_tx() 235 goto dropped; in batadv_interface_tx() 241 goto dropped; in batadv_interface_tx() 253 goto dropped; in batadv_interface_tx() 266 goto dropped; in batadv_interface_tx() 269 goto dropped; in batadv_interface_tx() 300 goto dropped; in batadv_interface_tx() 307 goto dropped; in batadv_interface_tx() 321 goto dropped; in batadv_interface_tx() [all …]
|
D | fragmentation.c | 39 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped) in batadv_frag_clear_chain() argument 47 if (dropped) in batadv_frag_clear_chain() 255 bool dropped = false; in batadv_frag_merge_packets() local 272 dropped = true; in batadv_frag_merge_packets() 294 batadv_frag_clear_chain(chain, dropped); in batadv_frag_merge_packets()
|
D | send.c | 470 bool dropped) in batadv_forw_packet_free() argument 472 if (dropped) in batadv_forw_packet_free() 860 bool dropped = false; in batadv_send_outstanding_bcast_packet() local 872 dropped = true; in batadv_send_outstanding_bcast_packet() 877 dropped = true; in batadv_send_outstanding_bcast_packet() 960 batadv_forw_packet_free(forw_packet, dropped); in batadv_send_outstanding_bcast_packet()
|
D | distributed-arp-table.c | 1406 bool dropped = false; in batadv_dat_snoop_incoming_arp_reply() local 1436 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1445 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1458 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1465 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply() 1470 dropped |= batadv_is_my_client(bat_priv, hw_src, vid); in batadv_dat_snoop_incoming_arp_reply() 1472 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1477 return dropped; in batadv_dat_snoop_incoming_arp_reply()
|
D | send.h | 19 bool dropped);
|
/Linux-v5.4/samples/bpf/ |
D | test_cls_bpf.sh | 7 local dropped=`tc -s qdisc show dev $IFC | tail -3 | awk '/drop/{print $7}'` 8 if [ "$dropped" == "0," ]; then 11 echo "Successfully filtered " $dropped " packets"
|
D | xdp_monitor_kern.c | 126 u64 dropped; member 172 rec->dropped += ctx->drops; in trace_xdp_cpumap_enqueue() 204 rec->dropped += ctx->drops; in trace_xdp_cpumap_kthread() 245 rec->dropped += ctx->drops; in trace_xdp_devmap_xmit()
|
D | test_cgrp2_tc.sh | 102 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \ 104 if [[ $dropped -eq 0 ]] 109 echo "Successfully filtered $dropped packets"
|
D | xdp_redirect_cpu_kern.c | 31 __u64 dropped; member 261 rec->dropped++; in xdp_prognum1_touch_data() 444 rec->dropped++; in xdp_prognum4_ddos_filter_pktgen() 604 rec->dropped += 1; in xdp_redirect_collect_stat() 646 rec->dropped += 1; in trace_xdp_exception() 677 rec->dropped += ctx->drops; in trace_xdp_cpumap_enqueue() 714 rec->dropped += ctx->drops; in trace_xdp_cpumap_kthread()
|
D | xdp_monitor_user.c | 118 __u64 dropped; member 171 rec->cpu[i].dropped = values[i].dropped; in map_collect_record() 172 sum_dropped += values[i].dropped; in map_collect_record() 179 rec->total.dropped = sum_dropped; in map_collect_record() 264 packets = r->dropped - p->dropped; in calc_drop()
|
D | xdp_redirect_cpu_user.c | 148 __u64 dropped; member 186 rec->cpu[i].dropped = values[i].dropped; in map_collect_percpu() 187 sum_dropped += values[i].dropped; in map_collect_percpu() 192 rec->total.dropped = sum_dropped; in map_collect_percpu() 277 packets = r->dropped - p->dropped; in calc_drop_pps()
|
/Linux-v5.4/net/sched/ |
D | sch_sfq.c | 349 unsigned int hash, dropped; in sfq_enqueue() local 465 dropped = sfq_drop(sch, to_free); in sfq_enqueue() 470 qdisc_tree_reduce_backlog(sch, 0, dropped - qdisc_pkt_len(skb)); in sfq_enqueue() 475 qdisc_tree_reduce_backlog(sch, 1, dropped); in sfq_enqueue() 542 int dropped = 0; in sfq_rehash() local 574 dropped++; in sfq_rehash() 601 sch->q.qlen -= dropped; in sfq_rehash() 602 qdisc_tree_reduce_backlog(sch, dropped, drop_len); in sfq_rehash() 628 unsigned int qlen, dropped = 0; in sfq_change() local 682 dropped += sfq_drop(sch, &to_free); in sfq_change() [all …]
|
D | sch_pie.c | 56 u32 dropped; /* packets dropped due to pie_action */ member 183 q->stats.dropped++; in pie_qdisc_enqueue() 204 unsigned int qlen, dropped = 0; in pie_change() local 255 dropped += qdisc_pkt_len(skb); in pie_change() 259 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in pie_change() 523 .dropped = q->stats.dropped, in pie_dump_stats()
|
D | sch_codel.c | 138 unsigned int qlen, dropped = 0; in codel_change() local 179 dropped += qdisc_pkt_len(skb); in codel_change() 183 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in codel_change()
|
/Linux-v5.4/net/core/ |
D | drop_monitor.c | 57 u64 dropped; member 519 data->stats.dropped++; in net_dm_packet_trace_kfree_skb_hit() 936 hw_data->stats.dropped++; in net_dm_hw_packet_probe() 1345 u64 dropped; in net_dm_stats_read() local 1349 dropped = cpu_stats->dropped; in net_dm_stats_read() 1352 stats->dropped += dropped; in net_dm_stats_read() 1368 stats.dropped, NET_DM_ATTR_PAD)) in net_dm_stats_put() 1389 u64 dropped; in net_dm_hw_stats_read() local 1393 dropped = cpu_stats->dropped; in net_dm_hw_stats_read() 1396 stats->dropped += dropped; in net_dm_hw_stats_read() [all …]
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 50 but dropped, that are not forwarded to the upper layers for 153 Indicates the number of packets dropped during transmission. 155 dropped. 164 why the packets were dropped. 173 packets were dropped. 182 reasons as to why the packets were dropped.
|
/Linux-v5.4/sound/firewire/ |
D | isight.c | 141 u32 dropped; in isight_dropped_samples() local 148 dropped = total - isight->total_samples; in isight_dropped_samples() 149 if (dropped < runtime->buffer_size) { in isight_dropped_samples() 150 if (isight->buffer_pointer + dropped <= runtime->buffer_size) { in isight_dropped_samples() 152 0, dropped * 4); in isight_dropped_samples() 157 memset(runtime->dma_area, 0, (dropped - count1) * 4); in isight_dropped_samples() 159 isight_update_pointers(isight, dropped); in isight_dropped_samples()
|
/Linux-v5.4/Documentation/networking/ |
D | devlink-trap.rst | 91 * ``drop``: Trapped packets were dropped by the underlying device. Packets 109 * ``drop``: The packet is dropped by the underlying device and a copy is not 192 - Contains packet traps for packets that were dropped by the device during 195 - Contains packet traps for packets that were dropped by the device or hit 198 - Contains packet traps for packets that were dropped by the device due to
|
D | cops.txt | 44 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 45 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-event.rst | 47 full, then the oldest event in that queue will be dropped. 50 the oldest event that is about to be dropped will be merged with the
|
/Linux-v5.4/include/trace/events/ |
D | jbd2.h | 294 __field( __u32, dropped ) 303 __entry->dropped = stats->cs_dropped; 310 __entry->forced_to_close, __entry->written, __entry->dropped)
|
/Linux-v5.4/drivers/net/dsa/microchip/ |
D | ksz_common.c | 46 u64 *dropped; in port_r_cnt() local 56 dropped = &mib->counters[dev->mib_cnt]; in port_r_cnt() 61 dropped, &mib->counters[mib->cnt_ptr]); in port_r_cnt()
|
/Linux-v5.4/include/uapi/linux/ |
D | io_uring.h | 97 __u32 dropped; member
|
/Linux-v5.4/drivers/crypto/cavium/nitrox/ |
D | nitrox_debugfs.c | 46 (u64)atomic64_read(&ndev->stats.dropped)); in stats_show()
|
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 24 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u"); 124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files()
|