Home
last modified time | relevance | path

Searched refs:max_P (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Dq_choke.c45 __u32 max_P; in choke_parse_opt() local
161 max_P = probability * pow(2, 32); in choke_parse_opt()
162 addattr_l(n, 1024, TCA_CHOKE_MAX_P, &max_P, sizeof(max_P)); in choke_parse_opt()
171 __u32 max_P = 0; in choke_print_opt() local
185 max_P = rta_getattr_u32(tb[TCA_CHOKE_MAX_P]); in choke_print_opt()
195 if (max_P) in choke_print_opt()
196 fprintf(f, "probability %g ", max_P / pow(2, 32)); in choke_print_opt()
Dq_red.c45 __u32 max_P; in red_parse_opt() local
152 max_P = probability * pow(2, 32); in red_parse_opt()
153 addattr_l(n, 1024, TCA_RED_MAX_P, &max_P, sizeof(max_P)); in red_parse_opt()
162 __u32 max_P = 0; in red_print_opt() local
180 max_P = rta_getattr_u32(tb[TCA_RED_MAX_P]); in red_print_opt()
194 if (max_P) in red_print_opt()
195 fprintf(f, "probability %lg ", max_P / pow(2, 32)); in red_print_opt()
Dq_gred.c133 __u32 max_P; in gred_parse_opt() local
264 max_P = probability * pow(2, 32); in gred_parse_opt()
265 addattr32(n, 1024, TCA_GRED_MAX_P, max_P); in gred_parse_opt()
Dq_sfq.c198 opt.max_P = probability * pow(2, 32); in sfq_parse_opt()
239 qopt_ext->max_P / pow(2, 32)); in sfq_print_opt()
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h219 __u32 max_P; /* probability, high resolution */ member
/external/iproute2/include/linux/
Dpkt_sched.h223 __u32 max_P; /* probability, high resolution */ member