Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_choke.c62 u32 prob_drop; /* Early probability drops */ member
320 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()
289 .early = q->stats.prob_drop + q->stats.forced_drop, in red_dump_stats()
Dsch_gred.c214 q->stats.prob_drop++; in gred_enqueue()
564 opt.early = q->stats.prob_drop; in gred_dump()
Dsch_sfq.c425 q->stats.prob_drop++; in sfq_enqueue()
/linux-4.1.27/include/net/
Dred.h119 u32 prob_drop; /* Early probability drops */ member
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h199 __u32 prob_drop; /* Early drops, below max threshold */ member