Home
last modified time | relevance | path

Searched defs:pie_params (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_pie.c40 struct pie_params { struct
41 psched_time_t target; /* user specified target delay in pschedtime */
42 u32 tupdate; /* timer frequency (in jiffies) */
43 u32 limit; /* number of packets that can be enqueued */
44 u32 alpha; /* alpha and beta are between 0 and 32 */
45 u32 beta; /* and are used for shift relative to 1 */
46 bool ecn; /* true if ecn is enabled */
47 bool bytemode; /* to scale drop early prob based on pkt size */