Home
last modified time | relevance | path

Searched refs:pdrop (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_choke.c62 u32 pdrop; /* Drops due to queue limits */ member
276 q->stats.pdrop++; in choke_enqueue()
466 .pdrop = q->stats.pdrop, in choke_dump_stats()
H A Dsch_gred.c251 q->stats.pdrop++; in gred_enqueue()
823 opt.pdrop = q->stats.pdrop; in gred_dump()
884 if (nla_put_u32(skb, TCA_GRED_VQ_STAT_PDROP, q->stats.pdrop)) in gred_dump()
H A Dsch_red.c136 q->stats.pdrop++; in red_enqueue()
465 st.pdrop = q->stats.pdrop; in red_dump_stats()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_choke.c62 u32 pdrop; /* Drops due to queue limits */ member
275 q->stats.pdrop++; in choke_enqueue()
465 .pdrop = q->stats.pdrop, in choke_dump_stats()
H A Dsch_red.c136 q->stats.pdrop++; in red_enqueue()
465 st.pdrop = q->stats.pdrop; in red_dump_stats()
H A Dsch_gred.c252 q->stats.pdrop++; in gred_enqueue()
833 opt.pdrop = q->stats.pdrop; in gred_dump()
894 if (nla_put_u32(skb, TCA_GRED_VQ_STAT_PDROP, q->stats.pdrop)) in gred_dump()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpkt_sched.h174 __u32 pdrop; member
199 __u32 pdrop; member
233 __u32 pdrop; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dpkt_sched.h278 __u32 pdrop; /* Drops due to queue limits */ member
336 __u32 pdrop; member
378 __u32 pdrop; /* Drops due to queue limits */ member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpkt_sched.h298 __u32 pdrop; /* Drops due to queue limits */ member
356 __u32 pdrop; member
398 __u32 pdrop; /* Drops due to queue limits */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpkt_sched.h298 __u32 pdrop; /* Drops due to queue limits */ member
356 __u32 pdrop; member
398 __u32 pdrop; /* Drops due to queue limits */ member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dpkt_sched.h278 __u32 pdrop; /* Drops due to queue limits */ member
336 __u32 pdrop; member
378 __u32 pdrop; /* Drops due to queue limits */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpkt_sched.h192 __u32 pdrop; member
241 __u32 pdrop; member
275 __u32 pdrop; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpkt_sched.h192 __u32 pdrop; member
241 __u32 pdrop; member
275 __u32 pdrop; member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h108 * @pdrop: number of hard drops due to queue limit
112 u64 pdrop; member
H A Dqdisc.c478 stats->pdrop += new->pdrop - old->pdrop; in nfp_abm_stats_red_calculate()
H A Dctrl.c241 band, queue, true, &xstats->pdrop); in nfp_abm_ctrl_read_q_xstats()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h108 * @pdrop: number of hard drops due to queue limit
112 u64 pdrop; member
H A Dqdisc.c478 stats->pdrop += new->pdrop - old->pdrop; in nfp_abm_stats_red_calculate()
H A Dctrl.c241 band, queue, true, &xstats->pdrop); in nfp_abm_ctrl_read_q_xstats()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c412 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
415 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
524 xstats_base->pdrop; in mlxsw_sp_qdisc_get_red_xstats()
526 res->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
529 xstats_base->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c660 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
663 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
787 xstats_base->pdrop; in mlxsw_sp_qdisc_get_red_xstats()
789 res->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
793 xstats_base->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
/kernel/linux/linux-5.10/include/net/
H A Dred.h124 u32 pdrop; /* Drops due to queue limits */ member
/kernel/linux/linux-6.6/include/net/
H A Dred.h124 u32 pdrop; /* Drops due to queue limits */ member

Completed in 36 milliseconds