Home
last modified time | relevance | path

Searched refs:forced_drop (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
H A Dsch_choke.c60 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member
244 q->stats.forced_drop++; in choke_enqueue()
464 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
H A Dsch_gred.c240 q->stats.forced_drop++; in gred_enqueue()
832 opt.forced = q->stats.forced_drop; in gred_dump()
889 q->stats.forced_drop)) in gred_dump()
/linux/include/net/
H A Dred.h122 u32 forced_drop; /* Forced drops, qavg > max_thresh */ member
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h222 __u32 forced_drop; /* Early drops, after max threshold */ member