Home
last modified time | relevance | path

Searched refs:ecn_mark (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/include/net/
H A Dcodel_impl.h187 stats->ecn_mark++; in codel_dequeue()
218 stats->ecn_mark++; in codel_dequeue()
H A Dcodel.h155 u32 ecn_mark; member
H A Dpie.h75 u32 ecn_mark; member
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h731 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
768 __u32 ecn_mark; /* number of packets we ECN marked member
924 __u32 ecn_mark; /* packets marked with ecn*/ member
951 __u32 ecn_mark; /* packets marked with ecn */ member
/linux-6.15/net/sched/
H A Dsch_codel.c227 .ecn_mark = q->stats.ecn_mark, in codel_dump_stats()
H A Dsch_pie.c107 q->stats.ecn_mark++; in pie_qdisc_enqueue()
509 .ecn_mark = q->stats.ecn_mark, in pie_dump_stats()
H A Dsch_fq_pie.c176 q->stats.ecn_mark++; in fq_pie_qdisc_enqueue()
516 .ecn_mark = q->stats.ecn_mark, in fq_pie_dump_stats()
H A Dsch_fq_codel.c587 st.qdisc_stats.ecn_mark = q->cstats.ecn_mark; in fq_codel_dump_stats()
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h694 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
727 __u32 ecn_mark; /* number of packets we ECN marked member
856 __u32 ecn_mark; /* packets marked with ecn*/ member
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c321 s->rx_xsk_ecn_mark += xskrq_stats->ecn_mark; in mlx5e_stats_grp_sw_update_stats_xskrq()
350 s->rx_ecn_mark += rq_stats->ecn_mark; in mlx5e_stats_grp_sw_update_stats_rq_stats()
2104 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, ecn_mark) },
2209 { MLX5E_DECLARE_XSKRQ_STAT(struct mlx5e_rq_stats, ecn_mark) },
2287 { MLX5E_DECLARE_PTP_RQ_STAT(struct mlx5e_rq_stats, ecn_mark) },
H A Den_stats.h366 u64 ecn_mark; member
H A Den_rx.c1385 rq->stats->ecn_mark += !!rc; in mlx5e_enable_ecn()
/linux-6.15/net/mac80211/
H A Ddebugfs_netdev.c639 txqi->cstats.ecn_mark, in ieee80211_if_fmt_aqm()
H A Ddebugfs_sta.c175 txqi->cstats.ecn_mark, in sta_aqm_read()
H A Dcfg.c4600 txqstats->ecn_marks = txqi->cstats.ecn_mark; in ieee80211_fill_txq_stats()