altq_cdnr.c | 81 static void *cdnr_cballoc(struct top_cdnr *, int, 241 cdnr_cballoc(struct top_cdnr *top, int type, struct tc_action *(*input_func)( function in typeref:typename:void * 412 if ((top = cdnr_cballoc(NULL, TCETYPE_TOP, NULL)) == NULL) 472 if ((cb = cdnr_cballoc(top, TCETYPE_ELEMENT, NULL)) == NULL) 529 if ((tbm = cdnr_cballoc(top, TCETYPE_TBMETER, 603 if ((tcm = cdnr_cballoc(top, TCETYPE_TRTCM, 725 if ((tsw = cdnr_cballoc(top, TCETYPE_TSWTCM,
|