Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcodel_impl.h189 WRITE_ONCE(stats->ecn_mark, in codel_dequeue()
190 stats->ecn_mark + 1); in codel_dequeue()
221 WRITE_ONCE(stats->ecn_mark, stats->ecn_mark + 1); in codel_dequeue()
H A Dcodel.h155 u32 ecn_mark; member
/linux/net/sched/
H A Dsch_pie.c107 WRITE_ONCE(q->stats.ecn_mark, q->stats.ecn_mark + 1); in pie_qdisc_enqueue()
509 .ecn_mark = READ_ONCE(q->stats.ecn_mark), in pie_dump_stats()
H A Dsch_codel.c268 .ecn_mark = READ_ONCE(q->stats.ecn_mark),
H A Dsch_fq_pie.c176 q->stats.ecn_mark++; in fq_pie_qdisc_enqueue()
521 st.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 WRITE_ONCE(q->ecn_mark, q->ecn_mark + 1); in dualpi2_mark()
1089 .ecn_mark = READ_ONCE(q->ecn_mark),
1120 WRITE_ONCE(q->ecn_mark, 0);
H A Dsch_fq_codel.c631 st.qdisc_stats.ecn_mark = q->cstats.ecn_mark; in fq_codel_tcf_block()
/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_rx.c1279 rq->stats->ecn_mark += !!rc; in mlx5e_enable_ecn()
/linux/net/mac80211/
H A Dcfg.c5355 txqstats->ecn_marks = txqi->cstats.ecn_mark; in ieee80211_color_change_bss_config_notify()