HomeSort by: relevance | last modified time | path
    Searched refs:rio_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/altq/
altq_rio.h 136 extern rio_t *rio_alloc(int, struct redparams *, int, int);
altq_rio.c 206 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) function in typeref:typename:rio_t *
552 rqp->rq_rio = rio_alloc(0, NULL, 0, 0);
642 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
altq_priq.c 359 cl->cl_red = (red_t *)rio_alloc(0, NULL,
altq_rmclass.c 302 cl->red_ = (red_t *)rio_alloc(0, NULL,
altq_hfsc.c 456 cl->cl_red = (red_t *)rio_alloc(0, NULL,

Completed in 37 milliseconds