Searched refs:ce_threshold (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | q_codel.c | 67 unsigned ce_threshold = ~0U; in codel_parse_opt() local 86 if (get_time(&ce_threshold, *argv)) { in codel_parse_opt() 121 if (ce_threshold != ~0U) in codel_parse_opt() 123 &ce_threshold, sizeof(ce_threshold)); in codel_parse_opt() 136 unsigned ce_threshold; in codel_print_opt() local 156 ce_threshold = rta_getattr_u32(tb[TCA_CODEL_CE_THRESHOLD]); in codel_print_opt() 157 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in codel_print_opt()
|
D | q_fq_codel.c | 67 unsigned ce_threshold = ~0U; in fq_codel_parse_opt() local 98 if (get_time(&ce_threshold, *argv)) { in fq_codel_parse_opt() 137 if (ce_threshold != ~0U) in fq_codel_parse_opt() 139 &ce_threshold, sizeof(ce_threshold)); in fq_codel_parse_opt() 153 unsigned ce_threshold; in fq_codel_print_opt() local 183 ce_threshold = rta_getattr_u32(tb[TCA_FQ_CODEL_CE_THRESHOLD]); in fq_codel_print_opt() 184 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in fq_codel_print_opt()
|