Searched defs:drops (Results 1 - 25 of 46) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_common.sh26 function drops() function
/linux-master/include/uapi/linux/
H A Dgen_stats.h62 __u32 drops; member in struct:gnet_stats_queue
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c128 BPF_PROG(tp_xdp_cpumap_enqueue, int map_id, unsigned int processed, unsigned int drops, int to_cpu) argument
156 BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) argument
206 BPF_PROG(tp_xdp_devmap_xmit, const struct net_device *from_dev, const struct net_device *to_dev, int sent, int drops, int err) argument
237 BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, const struct net_device *to_dev, int sent, int drops, int err) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c175 u64 bytes, packets, drops, lastuse; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c43 BPF_PROG(tp_xdp_devmap_xmit_multi, const struct net_device *from_dev, const struct net_device *to_dev, int sent, int drops, int err) argument
H A Dxdp_features.c239 BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) argument
/linux-master/kernel/trace/
H A Dtracing_map.h200 atomic64_t drops; member in struct:tracing_map
/linux-master/tools/testing/selftests/bpf/
H A Dbench.h42 long drops; member in struct:bench_res
/linux-master/net/sched/
H A Dact_skbedit.c95 tcf_skbedit_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_vlan.c337 tcf_vlan_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_sample.c202 tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_gact.c173 tcf_gact_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_pedit.c489 tcf_pedit_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_police.c329 tcf_police_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_mirred.c462 tcf_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
H A Dact_gate.c571 tcf_gate_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h102 u64 drops; member in struct:nfp_alink_stats
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c44 u64 drops; member in struct:vdpasim_dataq_stats
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c809 u64 drops; local
H A Dspectrum_acl.c1010 mlxsw_sp_acl_rule_get_stats(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_rule *rule, u64 *packets, u64 *bytes, u64 *drops, u64 *last_use, enum flow_action_hw_stats *used_hw_stats) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c582 mlx5e_tc_meter_get_stats(struct mlx5e_flow_meter_handle *meter, u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse) argument
/linux-master/include/net/
H A Dact_api.h286 tcf_action_stats_update(struct tc_action *a, u64 bytes, u64 packets, u64 drops, u64 lastuse, bool hw) argument
/linux-master/kernel/bpf/
H A Dcpumap.c673 unsigned int processed = 0, drops = 0; local
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.c803 int elem = bp->rx_new, drops = 0; local
/linux-master/net/devlink/
H A Dtrap.c216 u64 drops = 0; local
739 u64 drops; local

Completed in 202 milliseconds

12