Home
last modified time | relevance | path

Searched refs:prob_drop (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/net/sched/
Dsch_choke.c63 u32 prob_drop; /* Early probability drops */ member
315 q->stats.prob_drop++; in choke_enqueue()
531 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
Dsch_red.c79 q->stats.prob_drop++; in red_enqueue()
288 .early = q->stats.prob_drop + q->stats.forced_drop, in red_dump_stats()
Dsch_gred.c214 q->stats.prob_drop++; in gred_enqueue()
562 opt.early = q->stats.prob_drop; in gred_dump()
Dsch_sfq.c426 q->stats.prob_drop++; in sfq_enqueue()
/linux-3.4.99/include/net/
Dred.h119 u32 prob_drop; /* Early probability drops */ member
/linux-3.4.99/include/linux/
Dpkt_sched.h187 __u32 prob_drop; /* Early drops, below max threshold */ member