Searched refs:dropped (Results 51 - 75 of 116) sorted by relevance

12345

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h353 __le32 dropped; member in struct:ath6kl_dbglog_hdr
/linux-master/tools/perf/util/
H A Dbpf-filter.c173 return skel ? skel->bss->dropped : 0;
/linux-master/include/linux/
H A Dconsole.h319 * @dropped: Number of unreported dropped ringbuffer records
343 unsigned long dropped; member in struct:console
/linux-master/kernel/printk/
H A Dprintk.c827 if (pmsg.dropped) {
1228 pr_err("dropped %llu messages\n",
1382 * prefixes and the newline. The terminator is not counted. The dropped
2317 * silently dropped.
2737 * Prepend the message in @pmsg->pbufs->outbuf with a "dropped message". This
2738 * is achieved by shifting the existing message over and inserting the dropped
2743 * @dropped is the dropped count to report in the dropped message.
2746 * the dropped messag
2750 console_prepend_dropped(struct printk_message *pmsg, unsigned long dropped) argument
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c221 " err,drop/s Aggregated count of errors per second (including dropped packets)\n"
231 " \t\t\t\tdrop/s - Packets dropped per second\n"
256 " \t\t\t\tdrop/s - Packets dropped when trying to enqueue to CPU N\n"
266 " \t\t\t\tdrop/s - Packets dropped per second in kthread\n"
358 rec->cpu[i].dropped = READ_ONCE(values[i].dropped);
365 sum_dropped += rec->cpu[i].dropped;
373 rec->total.dropped = sum_dropped;
607 packets = r->dropped - p->dropped;
[all...]
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c245 u64 dropped; member in struct:ave_stats
958 priv->stats_rx.dropped++;
1420 priv->stats_tx.dropped++;
1431 priv->stats_tx.dropped++;
1525 stats->rx_dropped = priv->stats_rx.dropped;
1526 stats->tx_dropped = priv->stats_tx.dropped;
/linux-master/fs/notify/inotify/
H A Dinotify_user.c570 int dropped = (old_mask & ~new_mask); local
575 if (dropped || do_inode)
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c354 goto dropped;
373 dropped:
/linux-master/include/uapi/linux/
H A Dpkt_sched.h37 __u32 drops; /* Packets dropped because of lack of resources */
731 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
769 * instead of being dropped
917 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
918 __u32 overlimit; /* dropped due to lack of space
946 __u32 dropped; /* packets dropped due to fq_pie_action */ member in struct:tc_fq_pie_xstats
947 __u32 overlimit; /* dropped due to lack of space in queue */
948 __u32 overmemory; /* dropped du
[all...]
H A Dio_uring.h451 __u32 dropped; member in struct:io_sqring_offsets
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c589 tx->dropped++;
700 tx->dropped++;
1423 rx->dropped++;
1474 rx->dropped++;
1575 rx->dropped++;
1627 rx->dropped++;
2183 stats->tx_dropped += adapter->tx[i].dropped;
2188 stats->rx_dropped += adapter->rx[i].dropped;
/linux-master/tools/include/io_uring/
H A Dmini_liburing.h85 sq->kdropped = ptr + p->sq_off.dropped;
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h441 __u32 dropped; member in struct:io_sqring_offsets
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c271 sparx5->tx.dropped++;
/linux-master/net/mctp/
H A Droute.c1109 bool dropped; local
1115 dropped = false;
1126 dropped = true;
1130 return dropped ? 0 : -ENOENT;
/linux-master/net/core/
H A Dnet-procfs.c147 sd->processed, sd->dropped, sd->time_squeeze, 0,
/linux-master/net/atm/
H A Dbr2684.c389 /* Returns 1 if packet should be dropped */
503 goto dropped;
511 goto dropped;
518 dropped:
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c354 goto dropped;
360 goto dropped;
375 dropped:
376 /* A dropped packet may be the last one in a xmit_more train,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c500 stats->dropped++;
642 sq->stats->dropped++;
1048 stats->dropped++;
/linux-master/net/sched/
H A Dsch_cake.c102 * @drop_next: time to drop next packet, or when we dropped last
132 u32 dropped; member in struct:cake_flow
446 /* Call this when a packet had to be dropped due to queue overflow. Returns
1544 flow->dropped++;
1900 u32 dropped = 0; local
1903 dropped++;
1906 b->drop_overlimit += dropped;
2160 /* Last packet in queue may be marked, shouldn't be dropped */
2175 flow->dropped++;
3009 qs.drops = flow->dropped;
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c409 int dropped; local
427 dropped = dlm_empty_lockres(dlm, res);
430 if (dropped)
438 if (dropped) {
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_main.c488 atomic64_set(&ndev->stats.dropped, 0);
/linux-master/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c1062 int dropped = 0; local
1067 /* Check if the HW dropped any frames */
1132 printk(KERN_ERR "dropped packet (1)\n");
1160 dropped = netif_receive_skb(sb);
1162 dropped = netif_rx(sb);
1164 if (dropped == NET_RX_DROP) {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h48 u64 dropped; member in struct:ionic_rx_stats
H A Dionic_stats.c157 IONIC_RX_STAT_DESC(dropped),

Completed in 414 milliseconds

12345