Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dred.h140 u8 Plog; /* random number bits */ member
154 static inline u32 red_maxp(u8 Plog) in red_maxp() argument
156 return Plog < 32 ? (~0U >> Plog) : ~0U; in red_maxp()
171 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, in red_set_parms() argument
180 p->Plog = Plog; in red_set_parms()
185 max_P = red_maxp(Plog); in red_set_parms()
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h216 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */ member
246 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */ member
288 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */ member
321 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */ member
/linux-4.1.27/net/sched/
Dsch_red.c220 ctl->Plog, ctl->Scell_log, in red_change()
267 .Plog = q->parms.Plog, in red_dump()
Dsch_choke.c481 ctl->Plog, ctl->Scell_log, in choke_change()
509 .Plog = q->parms.Plog, in choke_dump()
Dsch_gred.c406 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, in gred_change_vq()
561 opt.Plog = q->parms.Plog; in gred_dump()
Dsch_sfq.c679 ctl_v1->Plog, ctl_v1->Scell_log, in sfq_change()
803 opt.Plog = p->Plog; in sfq_dump()