altq_red.c | 222 static void fv_dropbyred(struct flowvalve *fv, struct altq_pktattr *, 889 struct flowvalve *fv = rp->red_flowvalve; local in function:redioctl 890 q_stats->fv_flows = fv->fv_flows; 891 q_stats->fv_pass = fv->fv_stats.pass; 892 q_stats->fv_predrop = fv->fv_stats.predrop; 893 q_stats->fv_alloc = fv->fv_stats.alloc; 894 q_stats->fv_escape = fv->fv_stats.escape; 1125 flowlist_lookup(struct flowvalve *fv, struct altq_pktattr *pktattr, 1147 TAILQ_FOREACH(fve, &fv->fv_flowlist, fve_lru){ 1166 TAILQ_FOREACH(fve, &fv->fv_flowlist, fve_lru) 1251 struct flowvalve *fv; local in function:fv_alloc [all...] |