Home
last modified time | relevance | path

Searched refs:prob_mark (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/net/sched/
Dsch_choke.c59 u32 prob_mark; /* Early probability marks */ member
261 q->stats.prob_mark++; in choke_enqueue()
466 .marked = q->stats.prob_mark + q->stats.forced_mark, in choke_dump_stats()
Dsch_red.c96 q->stats.prob_mark++; in red_enqueue()
464 st.marked = q->stats.prob_mark + q->stats.forced_mark; in red_dump_stats()
Dsch_gred.c232 q->stats.prob_mark++; in gred_enqueue()
876 q->stats.prob_mark)) in gred_dump()
Dsch_sfq.c398 q->stats.prob_mark++; in sfq_enqueue()
/Linux-v5.10/include/net/
Dred.h121 u32 prob_mark; /* Early probability marks */ member
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h223 __u32 prob_mark; /* Marked packets, below max threshold */ member
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h224 __u32 prob_mark; /* Marked packets, below max threshold */ member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c414 stats_base->overlimits = red_base->prob_drop + red_base->prob_mark; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()