Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dcodel_impl.h183 stats->ecn_mark++; in codel_dequeue()
214 stats->ecn_mark++; in codel_dequeue()
H A Dcodel.h152 u32 ecn_mark; member
H A Dpie.h75 u32 ecn_mark; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h822 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
857 __u32 ecn_mark; /* number of packets we ECN marked member
1000 __u32 ecn_mark; /* packets marked with ecn*/ member
1027 __u32 ecn_mark; /* packets marked with ecn */ member
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_pie.c104 q->stats.ecn_mark++; in pie_qdisc_enqueue()
503 .ecn_mark = q->stats.ecn_mark, in pie_dump_stats()
H A Dsch_codel.c255 .ecn_mark = q->stats.ecn_mark, in codel_dump_stats()
H A Dsch_fq_pie.c171 q->stats.ecn_mark++; in fq_pie_qdisc_enqueue()
490 .ecn_mark = q->stats.ecn_mark, in fq_pie_dump_stats()
H A Dsch_fq_codel.c566 st.qdisc_stats.ecn_mark = q->cstats.ecn_mark; in fq_codel_dump_stats()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h775 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
808 __u32 ecn_mark; /* number of packets we ECN marked member
934 __u32 ecn_mark; /* packets marked with ecn*/ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h802 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
835 __u32 ecn_mark; /* number of packets we ECN marked member
964 __u32 ecn_mark; /* packets marked with ecn*/ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h775 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */ member
808 __u32 ecn_mark; /* number of packets we ECN marked member
934 __u32 ecn_mark; /* packets marked with ecn*/ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c273 s->rx_ecn_mark += rq_stats->ecn_mark; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
339 s->rx_xsk_ecn_mark += xskrq_stats->ecn_mark; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1532 { MLX5E_DECLARE_RX_STAT(struct mlx5e_rq_stats, ecn_mark) },
1626 { MLX5E_DECLARE_XSKRQ_STAT(struct mlx5e_rq_stats, ecn_mark) },
H A Den_stats.h309 u64 ecn_mark; member
H A Den_rx.c882 rq->stats->ecn_mark += !!rc; in mlx5e_enable_ecn()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs_netdev.c503 txqi->cstats.ecn_mark, in ieee80211_if_fmt_aqm()
H A Ddebugfs_sta.c176 txqi->cstats.ecn_mark, in sta_aqm_read()
H A Dcfg.c3951 txqstats->ecn_marks = txqi->cstats.ecn_mark; in ieee80211_fill_txq_stats()