/linux-5.19.10/net/batman-adv/ ! |
D | soft-interface.c | 206 goto dropped; in batadv_interface_tx() 222 goto dropped; in batadv_interface_tx() 234 goto dropped; in batadv_interface_tx() 240 goto dropped; in batadv_interface_tx() 252 goto dropped; in batadv_interface_tx() 265 goto dropped; in batadv_interface_tx() 268 goto dropped; in batadv_interface_tx() 299 goto dropped; in batadv_interface_tx() 307 goto dropped; in batadv_interface_tx() 321 goto dropped; in batadv_interface_tx() [all …]
|
D | fragmentation.c | 38 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped) in batadv_frag_clear_chain() argument 46 if (dropped) in batadv_frag_clear_chain() 254 bool dropped = false; in batadv_frag_merge_packets() local 271 dropped = true; in batadv_frag_merge_packets() 293 batadv_frag_clear_chain(chain, dropped); in batadv_frag_merge_packets()
|
D | send.c | 466 bool dropped) in batadv_forw_packet_free() argument 468 if (dropped) in batadv_forw_packet_free() 1058 bool dropped = false; in batadv_send_outstanding_bcast_packet() local 1066 dropped = true; in batadv_send_outstanding_bcast_packet() 1071 dropped = true; in batadv_send_outstanding_bcast_packet() 1093 batadv_forw_packet_free(forw_packet, dropped); in batadv_send_outstanding_bcast_packet()
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ ! |
D | ringbuf.c | 66 skel->bss->dropped = 0; in trigger_samples() 193 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf() 194 0L, skel->bss->dropped); in test_ringbuf() 231 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf() 232 0L, skel->bss->dropped); in test_ringbuf() 257 skel->bss->dropped = 0; in test_ringbuf() 288 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf() 289 0L, skel->bss->dropped); in test_ringbuf()
|
D | ringbuf_multi.c | 109 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf_multi() 110 0L, skel->bss->dropped); in test_ringbuf_multi()
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ ! |
D | ringbuf_bench.c | 19 long dropped __attribute__((aligned(128))) = 0; variable 45 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf() 57 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
|
D | perfbuf_bench.c | 20 long dropped __attribute__((aligned(128))) = 0; variable 31 __sync_add_and_fetch(&dropped, 1); in bench_perfbuf()
|
D | test_ringbuf.c | 29 long dropped = 0; variable 51 __sync_fetch_and_add(&dropped, 1); in test_ringbuf()
|
D | test_ringbuf_multi.c | 53 long dropped = 0; variable 75 dropped += 1; in test_ringbuf()
|
/linux-5.19.10/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_sample.bpf.c | 83 NO_TEAR_INC(rec->dropped); in xdp_redirect_collect_stat() 143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 200 NO_TEAR_INC(rec->dropped); in BPF_PROG() 226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
|
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_sample_shared.h | 7 size_t dropped; member
|
/linux-5.19.10/drivers/net/wireless/silabs/wfx/ ! |
D | queue.c | 91 struct sk_buff_head *skb_queue, struct sk_buff_head *dropped) in __wfx_tx_queue_drop() argument 98 skb_queue_head(dropped, skb); in __wfx_tx_queue_drop() 104 struct sk_buff_head *dropped) in wfx_tx_queue_drop() argument 106 __wfx_tx_queue_drop(wvif, &queue->cab, dropped); in wfx_tx_queue_drop() 107 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 122 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() argument 139 skb_queue_head(dropped, skb); in wfx_pending_drop()
|
D | queue.h | 37 struct sk_buff_head *dropped); 40 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
|
D | data_tx.c | 519 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, struct sk_buff_head *dropped) in wfx_flush_vif() argument 528 if (dropped) in wfx_flush_vif() 529 wfx_tx_queue_drop(wvif, queue, dropped); in wfx_flush_vif() 546 struct sk_buff_head dropped; in wfx_flush() local 551 skb_queue_head_init(&dropped); in wfx_flush() 554 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 558 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 562 wfx_pending_drop(wdev, &dropped); in wfx_flush() 563 while ((skb = skb_dequeue(&dropped)) != NULL) { in wfx_flush()
|
/linux-5.19.10/Documentation/networking/devlink/ ! |
D | devlink-trap.rst | 91 * ``drop``: Trapped packets were dropped by the underlying device. Packets 115 * ``drop``: The packet is dropped by the underlying device and a copy is not 239 routed and instead dropped 251 - Traps packets dropped during processing of ingress flow action drop 254 - Traps packets dropped during processing of egress flow action drop 410 - Traps packets dropped due to the RED (Random Early Detection) algorithm 414 - Traps packets dropped due to an error in the VXLAN header parsing which 418 - Traps packets dropped due to an error in the LLC+SNAP header parsing 421 - Traps packets dropped due to an error in the VLAN header parsing. Could 425 - Traps packets dropped due to an error in the PPPoE+PPP header parsing. [all …]
|
/linux-5.19.10/net/core/ ! |
D | drop_monitor.c | 71 u64 dropped; member 546 data->stats.dropped++; in net_dm_packet_trace_kfree_skb_hit() 1001 hw_data->stats.dropped++; in net_dm_hw_trap_packet_probe() 1444 u64 dropped; in net_dm_stats_read() local 1448 dropped = cpu_stats->dropped; in net_dm_stats_read() 1451 stats->dropped += dropped; in net_dm_stats_read() 1467 stats.dropped, NET_DM_ATTR_PAD)) in net_dm_stats_put() 1488 u64 dropped; in net_dm_hw_stats_read() local 1492 dropped = cpu_stats->dropped; in net_dm_hw_stats_read() 1495 stats->dropped += dropped; in net_dm_hw_stats_read() [all …]
|
/linux-5.19.10/Documentation/ABI/testing/ ! |
D | sysfs-class-net-statistics | 50 but dropped, that are not forwarded to the upper layers for 104 Indicates the number of received packets that were dropped on 169 Indicates the number of packets dropped during transmission. 171 dropped. 180 why the packets were dropped. 189 packets were dropped. 198 reasons as to why the packets were dropped.
|
/linux-5.19.10/drivers/net/ethernet/engleder/ ! |
D | tsnep_ethtool.c | 179 tsnep_stats.rx_dropped += adapter->rx[i].dropped; in tsnep_ethtool_get_ethtool_stats() 192 tsnep_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats() 201 tsnep_rx_queue_stats.rx_dropped = adapter->rx[i].dropped; in tsnep_ethtool_get_ethtool_stats() 226 tsnep_tx_queue_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
|
D | tsnep.h | 72 u32 dropped; member 101 u32 dropped; member
|
/linux-5.19.10/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 691 dropped += sfq_drop(sch, &to_free); in sfq_change() [all …]
|
D | sch_pie.c | 122 q->stats.dropped++; in pie_qdisc_enqueue() 143 unsigned int qlen, dropped = 0; in pie_change() local 198 dropped += qdisc_pkt_len(skb); in pie_change() 202 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in pie_change() 502 .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-5.19.10/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()
|