Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_choke.c61 u32 forced_mark; /* Forced marks, qavg > max_thresh */ member
249 q->stats.forced_mark++; in choke_enqueue()
465 .marked = q->stats.prob_mark + q->stats.forced_mark, in choke_dump_stats()
H A Dsch_red.c117 q->stats.forced_mark++; in red_enqueue()
467 st.marked = q->stats.prob_mark + q->stats.forced_mark; in red_dump_stats()
H A Dsch_gred.c242 q->stats.forced_mark++; in gred_enqueue()
882 q->stats.forced_mark)) in gred_dump()
H A Dsch_sfq.c415 q->stats.forced_mark++; in sfq_enqueue()
/OK3568_Linux_fs/kernel/include/net/
H A Dred.h123 u32 forced_mark; /* Forced marks, qavg > max_thresh */ member
/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.h224 __u32 forced_mark; /* Marked packets, after max threshold */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h224 __u32 forced_mark; /* Marked packets, after max threshold */ 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.h224 __u32 forced_mark; /* Marked packets, after max threshold */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h225 __u32 forced_mark; /* Marked packets, after max threshold */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c477 stats->forced_mark += new->ecn_marked - old->ecn_marked; in nfp_abm_stats_red_calculate()