/linux/include/trace/events/ |
H A D | xdp.h | 57 int sent, int drops, int err), 59 TP_ARGS(dev, sent, drops, err), 64 __field(int, drops) 72 __entry->drops = drops; 201 __field(unsigned int, drops) 213 __entry->drops = drops; 244 __field(unsigned int, drops) 253 __entry->drops = drops; 272 int sent, int drops, int err), 280 __field(int, drops) [all …]
|
/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 129 unsigned int drops, int to_cpu) in BPF_PROG() argument 143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 157 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument 170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument 226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 231 if (err || drops < 0) in BPF_PROG() 238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument 261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 263 if (err || drops < 0) in BPF_PROG()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_mirror.c | 117 new_stats.rx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 123 old_stats->drops = new_stats.rx_dropped; in lan966x_mirror_port_stats() 129 new_stats.tx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 135 old_stats->drops = new_stats.tx_dropped; in lan966x_mirror_port_stats()
|
H A D | lan966x_police.c | 175 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_add() 218 new_stats.rx_dropped - old_stats->drops, in lan966x_police_port_stats() 224 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_stats()
|
/linux/net/core/ |
H A D | gen_stats.c | 350 qstats->drops += qcpu->drops; in gnet_stats_add_queue_cpu() 365 qstats->drops += q->drops; in gnet_stats_add_queue() 397 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_mirror.c | 214 new_stats.rx_dropped - old_stats->drops, in sparx5_mirror_stats() 220 old_stats->drops = new_stats.rx_dropped; in sparx5_mirror_stats() 226 new_stats.tx_dropped - old_stats->drops, in sparx5_mirror_stats() 232 old_stats->drops = new_stats.tx_dropped; in sparx5_mirror_stats()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 77 u64 drops; member 568 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats() 572 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_update_stats() 576 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats() 589 u64 drops = 0; in mlxsw_sp_qdisc_get_tc_stats() local 593 &drops, &backlog); in mlxsw_sp_qdisc_get_tc_stats() 905 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local 913 mlxsw_sp_qdisc->stats_base.drops = drops; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() 1449 u64 drops = 0; in mlxsw_sp_qdisc_get_prio_stats() local 1456 &drops, &backlog); in mlxsw_sp_qdisc_get_prio_stats() [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | bench.c | 41 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress() 58 total_drops += res[i].drops; in false_hits_report_final() 75 drops_per_sec = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress() 130 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final() 139 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final() 140 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final() 142 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
|
H A D | bench.h | 43 long drops; member
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | qos_conf.c | 814 meter_entry->stats.curr.drops = be64_to_cpu(msg->drop_pkts); in nfp_act_stats_reply() 818 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_reply() 852 diff_drops = meter_entry->stats.curr.drops > meter_entry->stats.prev.drops ? in nfp_act_stats_actions() 853 meter_entry->stats.curr.drops - meter_entry->stats.prev.drops : 0; in nfp_act_stats_actions() 861 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_actions()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | police.c | 175 u64 bytes, packets, drops, lastuse; in tc_act_police_stats() local 184 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse); in tc_act_police_stats() 185 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse, in tc_act_police_stats()
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_create.c | 143 res->drops = atomic_swap(&skel->bss->kmalloc_cnts, 0); in measure() 209 kmallocs_per_create = (double)res->drops / res->hits; in report_progress() 227 total_kmallocs += res[i].drops; in report_final()
|
H A D | run_common.sh | 26 function drops() function
|
H A D | bench_ringbufs.c | 132 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_libbpf_measure() 223 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_custom_measure() 352 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in perfbuf_measure()
|
/linux/tools/testing/selftests/drivers/net/ocelot/ |
H A D | psfp.sh | 75 local drops="" 80 drops=$(echo ${stats} | jq ".[1].options.actions[].stats.drops") 87 echo "Hardware filter reports ${drops} drops"
|
/linux/Documentation/bpf/ |
H A D | redirect.rst | 32 Debugging packet drops 34 Silent packet drops for XDP_REDIRECT can be debugged using:
|
/linux/include/uapi/linux/ |
H A D | gen_stats.h | 62 __u32 drops; member
|
/linux/include/net/ |
H A D | act_api.h | 259 u64 drops, bool hw); 287 u64 packets, u64 drops, in tcf_action_stats_update() argument 294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
H A D | flow_offload.h | 545 u64 drops; member 553 u64 drops, u64 lastused, in flow_stats_update() argument 558 flow_stats->drops += drops; in flow_stats_update()
|
/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim_net.c | 44 u64 drops; member 279 net->rx_stats.drops += rx_drops; in vdpasim_net_work() 304 rx_drops = net->rx_stats.drops; in vdpasim_net_get_stats() 345 tx_drops = net->tx_stats.drops; in vdpasim_net_get_stats()
|
/linux/Documentation/netlink/specs/ |
H A D | tcp_metrics.yaml | 57 name: fopen-syn-drops 154 - fopen-syn-drops
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | meter.h | 73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
|
/linux/Documentation/hwmon/ |
H A D | mc34vr500.rst | 24 drops below 2.8V.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power-twl4030 | 15 when voltage drops.
|
/linux/net/sched/ |
H A D | sch_skbprio.c | 103 q->qstats[prio].drops++; in skbprio_enqueue() 120 q->qstats[lp].drops++; in skbprio_enqueue()
|