Lines Matching defs:is_wrr
118 u_int is_wrr = 1; /* weighted round-robin is default */
139 is_wrr = 1;
141 is_wrr = 0;
159 is_wrr, is_efficient, no_control) != 0)
312 qcmd_cbq_add_if(const char *ifname, uint64_t bandwidth, int is_wrr, int efficient,
317 error = qop_cbq_add_if(NULL, ifname, bandwidth, is_wrr, efficient,
482 uint64_t bandwidth, int is_wrr, int efficient, bool no_control)
493 cbq_ifinfo->is_wrr = is_wrr;
894 if (cbq_ifinfo->is_wrr)