Home
last modified time | relevance | path

Searched refs:tbr_bw (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/classq/
H A Dclassq_subr.c951 ifclassq_tbr_get(struct ifclassq *ifcq, u_int32_t *sched_type, u_int64_t *tbr_bw, in ifclassq_tbr_get() argument
958 *tbr_bw = ifcq->ifcq_tbr.tbr_rate_raw; in ifclassq_tbr_get()
/xnu-12377.81.4/bsd/net/
H A Dif.c2051 u_int64_t tbr_bw = 0, tbr_pct = 0; in ifioctl_linkparams() local
2053 ifclassq_tbr_get(ifq, &sched_type, &tbr_bw, &tbr_pct); in ifioctl_linkparams()
2056 bcopy(&tbr_bw, &iflpr->iflpr_output_tbr_rate, in ifioctl_linkparams()