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

  /src/sys/altq/
altq_conf.c 219 struct tbrreq *tbrreq; local in function:altqioctl
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)
    [all...]
altq.h 82 struct tbrreq { struct
196 #define ALTQTBRSET _IOW('q', 14, struct tbrreq) /* set tb regulator */
197 #define ALTQTBRGET _IOWR('q', 15, struct tbrreq) /* get tb regulator */

Completed in 11 milliseconds