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
159 max_P = probability * pow(2, 32); in choke_parse_opt()
160 addattr_l(n, 1024, TCA_CHOKE_MAX_P, &max_P, sizeof(max_P)); in choke_parse_opt()
169 __u32 max_P = 0; in choke_print_opt() local
183 max_P = rta_getattr_u32(tb[TCA_CHOKE_MAX_P]); in choke_print_opt()
193 if (max_P) in choke_print_opt()
194 fprintf(f, "probability %g ", max_P / pow(2, 32)); in choke_print_opt()
Dq_red.c45 __u32 max_P; in red_parse_opt() local
150 max_P = probability * pow(2, 32); in red_parse_opt()
151 addattr_l(n, 1024, TCA_RED_MAX_P, &max_P, sizeof(max_P)); in red_parse_opt()
160 __u32 max_P = 0; in red_print_opt() local
179 max_P = rta_getattr_u32(tb[TCA_RED_MAX_P]); in red_print_opt()
193 if (max_P) in red_print_opt()
194 fprintf(f, "probability %lg ", max_P / pow(2, 32)); in red_print_opt()
Dq_gred.c131 __u32 max_P; in gred_parse_opt() local
260 max_P = probability * pow(2, 32); in gred_parse_opt()
261 addattr32(n, 1024, TCA_GRED_MAX_P, max_P); in gred_parse_opt()
Dq_sfq.c196 opt.max_P = probability * pow(2, 32); in sfq_parse_opt()
238 qopt_ext->max_P / pow(2, 32)); in sfq_print_opt()
/external/iproute2/include/uapi/linux/
Dpkt_sched.h225 __u32 max_P; /* probability, high resolution */ member
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h241 __u32 max_P; /* probability, high resolution */ member