Searched refs:max_p (Results 1 – 2 of 2) sorted by relevance
275 __u32 *max_p = NULL; in gred_print_opt() local292 max_p = RTA_DATA(tb[TCA_GRED_MAX_P]); in gred_print_opt()327 if (max_p) in gred_print_opt()328 fprintf(f, "probability %lg ", max_p[i] / pow(2, 32)); in gred_print_opt()
30 static group_list_t *NewGroupList(int max_p) { in NewGroupList() argument34 gl->max_parts = max_p; in NewGroupList()40 gl->group[i].part = (uint32_t *)malloc(sizeof(uint32_t) * max_p); in NewGroupList()