Searched refs:ce_threshold (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | q_codel.c | 67 unsigned int 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 int ce_threshold; in codel_print_opt() local 157 ce_threshold = rta_getattr_u32(tb[TCA_CODEL_CE_THRESHOLD]); in codel_print_opt() 158 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in codel_print_opt()
|
D | q_fq_codel.c | 67 unsigned int ce_threshold = ~0U; in fq_codel_parse_opt() local 99 if (get_time(&ce_threshold, *argv)) { in fq_codel_parse_opt() 144 if (ce_threshold != ~0U) in fq_codel_parse_opt() 146 &ce_threshold, sizeof(ce_threshold)); in fq_codel_parse_opt() 164 unsigned int ce_threshold; in fq_codel_print_opt() local 196 ce_threshold = rta_getattr_u32(tb[TCA_FQ_CODEL_CE_THRESHOLD]); in fq_codel_print_opt() 197 fprintf(f, "ce_threshold %s ", sprint_time(ce_threshold, b1)); in fq_codel_print_opt()
|