Home
last modified time | relevance | path

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

/linux/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
1275 __u32 ecn_mark; /* packets marked with ecn*/
1274 __u32 ecn_mark; /* packets marked with ecn*/ global() member
/linux/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/net/sched/
H A Dsch_codel.c231 .ecn_mark = q->stats.ecn_mark, in codel_dump_stats()
H A Dsch_pie.c107 q->stats.ecn_mark++; in pie_qdisc_enqueue()
511 .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()
517 .ecn_mark = q->stats.ecn_mark, in fq_pie_dump_stats()
H A Dsch_dualpi2.c112 u32 ecn_mark; /* ECN mark pkt counter due to PI probability */ member
193 q->ecn_mark++; in dualpi2_mark()
1030 .ecn_mark = q->ecn_mark, in dualpi2_dump_stats()
1061 q->ecn_mark = 0; in dualpi2_reset()
H A Dsch_fq_codel.c590 st.qdisc_stats.ecn_mark = q->cstats.ecn_mark; in fq_codel_dump_stats()
/linux/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/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()
2221 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, ecn_mark) },
2326 { MLX5E_DECLARE_XSKRQ_STAT(struct mlx5e_rq_stats, ecn_mark) },
2404 { MLX5E_DECLARE_PTP_RQ_STAT(struct mlx5e_rq_stats, ecn_mark) },
H A Den_rx.c1236 rq->stats->ecn_mark += !!rc; in mlx5e_enable_ecn()
/linux/net/mac80211/
H A Dcfg.c4945 txqstats->ecn_marks = txqi->cstats.ecn_mark; in ieee80211_fill_txq_stats()