Searched defs:pie_params (Results 1 – 1 of 1) sorted by relevance
29 struct pie_params { struct30 psched_time_t target; /* user specified target delay in pschedtime */31 u32 tupdate; /* timer frequency (in jiffies) */32 u32 limit; /* number of packets that can be enqueued */33 u32 alpha; /* alpha and beta are between 0 and 32 */34 u32 beta; /* and are used for shift relative to 1 */35 bool ecn; /* true if ecn is enabled */36 bool bytemode; /* to scale drop early prob based on pkt size */