altq_hfsc.c | 1764 struct internal_sc *rsc_tmp, *fsc_tmp, *usc_tmp; local in function:hfsc_class_modify 1768 rsc_tmp = fsc_tmp = usc_tmp = NULL; 1778 fsc_tmp = malloc(sizeof(struct internal_sc), M_DEVBUF, 1780 if (fsc_tmp == NULL) 1826 cl->cl_fsc = fsc_tmp;
|