Lines Matching defs:fc
631 struct rio_conf *fc;
635 fc = (struct rio_conf *)addr;
636 if ((rqp = altq_lookup(fc->iface.rio_ifname,
642 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
643 fc->rio_flags, fc->rio_pkttime);
651 limit = fc->rio_limit;
652 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)
653 limit = fc->q_params[RIO_NDROPPREC-1].th_max;
662 fc->rio_limit = limit;
664 fc->q_params[i].inv_pmax =
666 fc->q_params[i].th_min =
668 fc->q_params[i].th_max =