Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/openbmc/linux/net/batman-adv/
H A Dsoft-interface.c207 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()
386 dropped: in batadv_interface_tx()
435 goto dropped; in batadv_interface_rx()
453 goto dropped; in batadv_interface_rx()
[all …]
H A Dfragmentation.c38 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()
H A Dsend.c466 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dringbuf_bench.c19 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()
H A Dperfbuf_bench.c20 long dropped __attribute__((aligned(128))) = 0; variable
30 __sync_add_and_fetch(&dropped, 1); in bench_perfbuf()
H A Dtest_ringbuf.c29 long dropped = 0; variable
50 __sync_fetch_and_add(&dropped, 1); in test_ringbuf()
H A Dtest_ringbuf_multi.c53 long dropped = 0; variable
74 dropped += 1; in test_ringbuf()
/openbmc/linux/samples/bpf/
H A Dtest_cls_bpf.sh7 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"
H A Dxdp_sample.bpf.c83 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()
H A Dtest_cgrp2_tc.sh104 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \
106 if [[ $dropped -eq 0 ]]
111 echo "Successfully filtered $dropped packets"
H A Dxdp_sample_shared.h7 size_t dropped; member
/openbmc/qemu/trace/
H A Dsimple.c163 } dropped; in writeout_thread() local
173 dropped.rec.event = DROPPED_EVENT_ID; in writeout_thread()
174 dropped.rec.timestamp_ns = get_clock(); in writeout_thread()
175 dropped.rec.length = sizeof(TraceRecord) + sizeof(uint64_t); in writeout_thread()
176 dropped.rec.pid = trace_pid; in writeout_thread()
181 dropped.rec.arguments[0] = dropped_count; in writeout_thread()
183 unused = fwrite(&dropped.rec, dropped.rec.length, 1, trace_fp); in writeout_thread()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c68 skel->bss->dropped = 0; in trigger_samples()
195 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
196 0L, skel->bss->dropped); in ringbuf_subtest()
233 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
234 0L, skel->bss->dropped); in ringbuf_subtest()
259 skel->bss->dropped = 0; in ringbuf_subtest()
290 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
291 0L, skel->bss->dropped); in ringbuf_subtest()
H A Dringbuf_multi.c120 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf_multi()
121 0L, skel->bss->dropped); in test_ringbuf_multi()
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dqueue.c91 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()
H A Dqueue.h37 struct sk_buff_head *dropped);
40 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
H A Ddata_tx.c506 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, struct sk_buff_head *dropped) in wfx_flush_vif() argument
515 if (dropped) in wfx_flush_vif()
516 wfx_tx_queue_drop(wvif, queue, dropped); in wfx_flush_vif()
533 struct sk_buff_head dropped; in wfx_flush() local
538 skb_queue_head_init(&dropped); in wfx_flush()
541 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush()
545 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush()
549 wfx_pending_drop(wdev, &dropped); in wfx_flush()
550 while ((skb = skb_dequeue(&dropped)) != NULL) { in wfx_flush()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst239 routed and instead dropped
254 - Traps packets dropped during processing of egress flow action drop
435 - Traps packets dropped due to an error in the ARP header parsing
450 - Traps packets dropped due to an error in the GRE header parsing
453 - Traps packets dropped due to an error in the UDP header parsing.
459 - Traps packets dropped due to an error in the TCP header parsing.
464 - Traps packets dropped due to an error in the IPSEC header parsing
467 - Traps packets dropped due to an error in the SCTP header parsing.
472 - Traps packets dropped due to an error in the DCCP header parsing
475 - Traps packets dropped due to an error in the GTP header parsing
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/
H A Ddropwatch_1.5.4.bb1 SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped"
5 ability to diagnose where packets are getting dropped."
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics50 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.
/openbmc/linux/net/core/
H A Ddrop_monitor.c60 u64_stats_t dropped; member
533 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit()
1004 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe()
1447 u64 dropped; in net_dm_stats_read() local
1451 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read()
1454 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read()
1470 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put()
1491 u64 dropped; in net_dm_hw_stats_read() local
1495 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read()
1498 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read()
[all …]
/openbmc/linux/net/sched/
H A Dsch_sfq.c349 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()
631 unsigned int qlen, dropped = 0; in sfq_change() local
694 dropped += sfq_drop(sch, &to_free); in sfq_change()
[all …]
H A Dsch_pie.c122 q->stats.dropped++; in pie_qdisc_enqueue()
143 unsigned int qlen, dropped = 0; in pie_change() local
195 dropped += qdisc_pkt_len(skb); in pie_change()
199 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in pie_change()
502 .dropped = q->stats.dropped, in pie_dump_stats()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-dlm_controld-remove-unnecessary-header-include.patch6 The timewarn netlink functionality got dropped and will be removed by
7 kernel v6.4. The user space part was already dropped by commit 34ea31e7
/openbmc/linux/sound/firewire/
H A Disight.c141 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()

12345678910>>...15