HomeSort by: relevance | last modified time | path
    Searched defs:fv_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_red.h 62 u_int fv_alloc; member in struct:red_stats
altq_red.c 218 static struct flowvalve *fv_alloc(struct red *);
315 rp->red_flowvalve = fv_alloc(rp);
316 /* if fv_alloc fails, flowvalve is just disabled */
893 q_stats->fv_alloc = fv->fv_stats.alloc;
900 q_stats->fv_alloc = 0;
1249 fv_alloc(struct red *rp) function in typeref:struct:flowvalve *

Completed in 13 milliseconds