tbrreq
#define ALTQTBRSET _IOW('q', 14, struct tbrreq) /* set tb regulator */
#define ALTQTBRGET _IOWR('q', 15, struct tbrreq) /* get tb regulator */
struct tbrreq *tbrreq;
tbrreq = (struct tbrreq *)addr;
if ((ifp = ifunit(tbrreq->ifname)) == NULL)
return tbr_set(&ifp->if_snd, &tbrreq->tb_prof);
tbrreq = (struct tbrreq *)addr;
if ((ifp = ifunit(tbrreq->ifname)) == NULL)
return tbr_get(&ifp->if_snd, &tbrreq->tb_prof);
struct tbrreq req;
struct tbrreq req;
struct tbrreq req;
struct tbrreq req;