Home
last modified time | relevance | path

Searched refs:ifclassq_tbr_get (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/net/classq/
H A Dif_classq.h314 extern void ifclassq_tbr_get(struct ifclassq *, u_int32_t *, u_int64_t *, u_int64_t *);
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() function
/xnu-12377.1.9/bsd/net/
H A Dif.c2053 ifclassq_tbr_get(ifq, &sched_type, &tbr_bw, &tbr_pct); in ifioctl_linkparams()