Lines Matching defs:fc
289 struct blue_conf *fc;
292 fc = (struct blue_conf *)addr;
293 if ((rqp = altq_lookup(fc->iface.blue_ifname,
298 limit = fc->blue_limit;
300 fc->blue_limit = limit; /* write back the new value */
301 if (fc->blue_pkttime > 0)
302 rqp->rq_blue->blue_pkttime = fc->blue_pkttime;
303 if (fc->blue_max_pmark > 0)
304 rqp->rq_blue->blue_max_pmark = fc->blue_max_pmark;
305 if (fc->blue_hold_time > 0)
306 rqp->rq_blue->blue_hold_time = fc->blue_hold_time;
307 rqp->rq_blue->blue_flags = fc->blue_flags;