Home | History | Annotate | Download | only in altq

Lines Matching defs:tbrreq

219 		struct tbrreq *tbrreq;
243 tbrreq = (struct tbrreq *)addr;
244 if ((ifp = ifunit(tbrreq->ifname)) == NULL)
246 return tbr_set(&ifp->if_snd, &tbrreq->tb_prof);
248 tbrreq = (struct tbrreq *)addr;
249 if ((ifp = ifunit(tbrreq->ifname)) == NULL)
251 return tbr_get(&ifp->if_snd, &tbrreq->tb_prof);