| /linux/net/batman-adv/ |
| H A D | mesh-interface.c | 194 goto dropped; in batadv_interface_tx() 210 goto dropped; in batadv_interface_tx() 222 goto dropped; in batadv_interface_tx() 228 goto dropped; in batadv_interface_tx() 240 goto dropped; in batadv_interface_tx() 253 goto dropped; in batadv_interface_tx() 256 goto dropped; in batadv_interface_tx() 287 goto dropped; in batadv_interface_tx() 303 goto dropped; in batadv_interface_tx() 314 goto dropped; in batadv_interface_tx() [all …]
|
| H A D | fragmentation.c | 37 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped) in batadv_frag_clear_chain() argument 45 if (dropped) in batadv_frag_clear_chain() 253 bool dropped = false; in batadv_frag_merge_packets() local 270 dropped = true; in batadv_frag_merge_packets() 292 batadv_frag_clear_chain(chain, dropped); in batadv_frag_merge_packets()
|
| H A D | send.c | 453 bool dropped) in batadv_forw_packet_free() argument 455 if (dropped) in batadv_forw_packet_free() 1043 bool dropped = false; in batadv_send_outstanding_bcast_packet() local 1051 dropped = true; in batadv_send_outstanding_bcast_packet() 1056 dropped = true; in batadv_send_outstanding_bcast_packet() 1078 batadv_forw_packet_free(forw_packet, dropped); in batadv_send_outstanding_bcast_packet()
|
| H A D | distributed-arp-table.c | 1340 bool dropped = false; in batadv_dat_snoop_incoming_arp_reply() local 1370 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1379 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1392 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1399 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply() 1404 dropped |= batadv_is_my_client(bat_priv, hw_src, vid); in batadv_dat_snoop_incoming_arp_reply() 1406 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1410 return dropped; in batadv_dat_snoop_incoming_arp_reply()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | queue.c | 94 struct sk_buff_head *skb_queue, struct sk_buff_head *dropped) in __wfx_tx_queue_drop() argument 101 skb_queue_head(dropped, skb); in __wfx_tx_queue_drop() 107 struct sk_buff_head *dropped) in wfx_tx_queue_drop() argument 109 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 110 __wfx_tx_queue_drop(wvif, &queue->cab, dropped); in wfx_tx_queue_drop() 111 __wfx_tx_queue_drop(wvif, &queue->offchan, dropped); in wfx_tx_queue_drop() 128 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() argument 143 skb_queue_head(dropped, skb); in wfx_pending_drop()
|
| H A D | data_tx.c | 546 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, struct sk_buff_head *dropped) in wfx_flush_vif() argument 555 if (dropped) in wfx_flush_vif() 556 wfx_tx_queue_drop(wvif, queue, dropped); in wfx_flush_vif() 573 struct sk_buff_head dropped; in wfx_flush() local 577 skb_queue_head_init(&dropped); in wfx_flush() 580 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 584 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 588 wfx_pending_drop(wdev, &dropped); in wfx_flush() 589 while ((skb = skb_dequeue(&dropped)) != NULL) { in wfx_flush()
|
| H A D | queue.h | 38 struct sk_buff_head *dropped); 41 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | ringbuf_bench.c | 21 long dropped __attribute__((aligned(128))) = 0; 51 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf() 65 __sync_add_and_fetch(&dropped, 1); 19 long dropped __attribute__((aligned(128))) = 0; global() variable
|
| H A D | perfbuf_bench.c | 20 long dropped __attribute__((aligned(128))) = 0; variable 30 __sync_add_and_fetch(&dropped, 1); in bench_perfbuf()
|
| H A D | test_ringbuf.c | 29 long dropped = 0; variable 50 __sync_fetch_and_add(&dropped, 1); in test_ringbuf()
|
| H A D | test_ringbuf_multi.c | 53 long dropped = 0; variable 74 dropped += 1; in test_ringbuf()
|
| /linux/samples/bpf/ |
| H A 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()
|
| H A 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"
|
| H A D | xdp_sample_shared.h | 7 size_t dropped; member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ringbuf.c | 72 skel->bss->dropped = 0; in trigger_samples() 273 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest() 274 0L, skel->bss->dropped); in ringbuf_subtest() 311 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest() 312 0L, skel->bss->dropped); in ringbuf_subtest() 337 skel->bss->dropped = 0; in ringbuf_subtest() 372 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest() 373 0L, skel->bss->dropped); in ringbuf_subtest()
|
| H A D | ringbuf_multi.c | 135 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf_multi() 136 0L, skel->bss->dropped); in test_ringbuf_multi()
|
| /linux/kernel/printk/ |
| H A D | nbcon.c | 990 unsigned long dropped; in nbcon_emit_next_record() local 1026 con_dropped = data_race(READ_ONCE(con->dropped)); in nbcon_emit_next_record() 1028 dropped = con_dropped + pmsg.dropped; in nbcon_emit_next_record() 1029 if (dropped && !is_extended) in nbcon_emit_next_record() 1030 console_prepend_dropped(&pmsg, dropped); in nbcon_emit_next_record() 1091 dropped = 0; in nbcon_emit_next_record() 1102 if (dropped != con_dropped) { in nbcon_emit_next_record() 1104 WRITE_ONCE(con->dropped, dropped); in nbcon_emit_next_record()
|
| H A D | internal.h | 292 unsigned long dropped; member 304 void console_prepend_dropped(struct printk_message *pmsg, unsigned long dropped);
|
| /linux/net/core/ |
| H A D | drop_monitor.c | 60 u64_stats_t dropped; member 535 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit() 1006 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe() 1449 u64 dropped; in net_dm_stats_read() local 1453 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read() 1456 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read() 1472 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put() 1493 u64 dropped; in net_dm_hw_stats_read() local 1497 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read() 1500 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read() [all …]
|
| /linux/net/sched/ |
| H A D | sch_sfq.c | 345 unsigned int hash, dropped; in sfq_enqueue() local 461 dropped = sfq_drop(sch, to_free); in sfq_enqueue() 466 qdisc_tree_reduce_backlog(sch, 0, dropped - qdisc_pkt_len(skb)); in sfq_enqueue() 471 qdisc_tree_reduce_backlog(sch, 1, dropped); in sfq_enqueue() 538 int dropped = 0; in sfq_rehash() local 570 dropped++; in sfq_rehash() 597 sch->q.qlen -= dropped; in sfq_rehash() 598 qdisc_tree_reduce_backlog(sch, dropped, drop_len); in sfq_rehash() 633 unsigned int qlen, dropped = 0; in sfq_change() local 734 dropped += sfq_drop(sch, &to_free); in sfq_change() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A 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/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_netdev_ops.c | 782 u64 bytes, packets, dropped, errors; in hinic3_get_stats64() local 792 dropped = 0; in hinic3_get_stats64() 803 dropped += txq_stats->dropped; in hinic3_get_stats64() 808 stats->tx_dropped = dropped; in hinic3_get_stats64() 813 dropped = 0; in hinic3_get_stats64() 826 dropped += rxq_stats->dropped; in hinic3_get_stats64() 832 stats->rx_dropped = dropped; in hinic3_get_stats64()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es581_4.c | 48 unsigned int dropped = 0; in es581_4_echo_msg() local 77 dropped++; in es581_4_echo_msg() 90 netdev->stats.tx_dropped += dropped; in es581_4_echo_msg() 92 tstamps, num_element - dropped); in es581_4_echo_msg()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-event.rst | 41 full, then the oldest event in that queue will be dropped. 44 the oldest event that is about to be dropped will be merged with the
|
| /linux/net/mctp/ |
| H A D | neigh.c | 93 bool dropped = false; in mctp_neigh_remove() local 102 dropped = true; in mctp_neigh_remove() 107 return dropped ? 0 : -ENOENT; in mctp_neigh_remove()
|